Searched refs:portable_to_interpreter_bridge_offset_ (Results 1 – 4 of 4) sorted by relevance
108 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()
132 uint32_t portable_to_interpreter_bridge_offset_; variable
274 uint32_t portable_to_interpreter_bridge_offset_; variable
114 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()