Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc80 quick_to_interpreter_bridge_offset_(0), in OatHeader()
298 CHECK_GE(quick_to_interpreter_bridge_offset_, quick_resolution_trampoline_offset_); in GetQuickToInterpreterBridgeOffset()
299 return quick_to_interpreter_bridge_offset_; in GetQuickToInterpreterBridgeOffset()
305 DCHECK_EQ(quick_to_interpreter_bridge_offset_, 0U) << offset; in SetQuickToInterpreterBridgeOffset()
307 quick_to_interpreter_bridge_offset_ = offset; in SetQuickToInterpreterBridgeOffset()
316 CHECK_GE(nterp_trampoline_offset_, quick_to_interpreter_bridge_offset_); in GetNterpTrampolineOffset()
321 CHECK(offset == 0 || offset >= quick_to_interpreter_bridge_offset_); in SetNterpTrampolineOffset()
Doat.h139 uint32_t quick_to_interpreter_bridge_offset_; variable