Searched refs:interpreter_to_interpreter_bridge_offset_ (Results 1 – 4 of 4) sorted by relevance
115 interpreter_to_interpreter_bridge_offset_ = 0; in OatHeader()211 CHECK(interpreter_to_interpreter_bridge_offset_ == 0 || in GetInterpreterToInterpreterBridgeOffset()212 interpreter_to_interpreter_bridge_offset_ >= executable_offset_); in GetInterpreterToInterpreterBridgeOffset()213 return interpreter_to_interpreter_bridge_offset_; in GetInterpreterToInterpreterBridgeOffset()219 DCHECK_EQ(interpreter_to_interpreter_bridge_offset_, 0U) << offset; in SetInterpreterToInterpreterBridgeOffset()221 interpreter_to_interpreter_bridge_offset_ = offset; in SetInterpreterToInterpreterBridgeOffset()222 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_, sizeof(offset)); in SetInterpreterToInterpreterBridgeOffset()231 CHECK_GE(interpreter_to_compiled_code_bridge_offset_, interpreter_to_interpreter_bridge_offset_); in GetInterpreterToCompiledCodeBridgeOffset()236 CHECK(offset == 0 || offset >= interpreter_to_interpreter_bridge_offset_); in SetInterpreterToCompiledCodeBridgeOffset()
129 uint32_t interpreter_to_interpreter_bridge_offset_; variable
50 oat_data_begin_(nullptr), interpreter_to_interpreter_bridge_offset_(0), in ImageWriter()340 uint32_t interpreter_to_interpreter_bridge_offset_; variable
153 interpreter_to_interpreter_bridge_offset_ = in Write()1422 GetOatAddress(interpreter_to_interpreter_bridge_offset_))), target_ptr_size_); in CopyAndFixupMethod()1439 ? interpreter_to_interpreter_bridge_offset_ in CopyAndFixupMethod()