Searched refs:execution_flags_ptr (Results 1 – 1 of 1) sorted by relevance
200 pub execution_flags_ptr: *const u8, field242 let flags = if self.execution_flags_ptr.is_null() { in execution_flags()246 std::slice::from_raw_parts(self.execution_flags_ptr, self.execution_flags_len) in execution_flags()