Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc66 quick_to_interpreter_bridge_offset_ = 0; in OatHeader()
237 CHECK_GE(quick_to_interpreter_bridge_offset_, quick_resolution_trampoline_offset_); in GetQuickToInterpreterBridgeOffset()
238 return quick_to_interpreter_bridge_offset_; in GetQuickToInterpreterBridgeOffset()
244 DCHECK_EQ(quick_to_interpreter_bridge_offset_, 0U) << offset; in SetQuickToInterpreterBridgeOffset()
246 quick_to_interpreter_bridge_offset_ = offset; in SetQuickToInterpreterBridgeOffset()
247 UpdateChecksum(&quick_to_interpreter_bridge_offset_, sizeof(offset)); in SetQuickToInterpreterBridgeOffset()
Doat.h97 uint32_t quick_to_interpreter_bridge_offset_; variable
/art/compiler/
Dimage_writer.h210 uint32_t quick_to_interpreter_bridge_offset_; variable
Dimage_writer.cc106 quick_to_interpreter_bridge_offset_ = in Write()
535 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_to_interpreter_bridge_offset_)); in FixupMethod()