Home
last modified time | relevance | path

Searched refs:portable_to_interpreter_bridge_offset_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat.cc108 portable_to_interpreter_bridge_offset_ = 0; in OatHeader()
276 CHECK_GE(portable_to_interpreter_bridge_offset_, portable_resolution_trampoline_offset_); in GetPortableToInterpreterBridgeOffset()
277 return portable_to_interpreter_bridge_offset_; in GetPortableToInterpreterBridgeOffset()
283 DCHECK_EQ(portable_to_interpreter_bridge_offset_, 0U) << offset; in SetPortableToInterpreterBridgeOffset()
285 portable_to_interpreter_bridge_offset_ = offset; in SetPortableToInterpreterBridgeOffset()
286 UpdateChecksum(&portable_to_interpreter_bridge_offset_, sizeof(offset)); in SetPortableToInterpreterBridgeOffset()
295 CHECK_GE(quick_generic_jni_trampoline_offset_, portable_to_interpreter_bridge_offset_); in GetQuickGenericJniTrampolineOffset()
300 CHECK(offset == 0 || offset >= portable_to_interpreter_bridge_offset_); in SetQuickGenericJniTrampolineOffset()
Doat.h132 uint32_t portable_to_interpreter_bridge_offset_; variable
/art/compiler/
Dimage_writer.h274 uint32_t portable_to_interpreter_bridge_offset_; variable
Dimage_writer.cc114 portable_to_interpreter_bridge_offset_ = in Write()
1169 GetOatAddress(portable_to_interpreter_bridge_offset_), target_ptr_size_); in FixupMethod()
1195 portable_code = GetOatAddress(portable_to_interpreter_bridge_offset_); in FixupMethod()