Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc78 quick_to_interpreter_bridge_offset_(0), in OatHeader()
312 CHECK_GE(quick_to_interpreter_bridge_offset_, quick_resolution_trampoline_offset_); in GetQuickToInterpreterBridgeOffset()
313 return quick_to_interpreter_bridge_offset_; in GetQuickToInterpreterBridgeOffset()
319 DCHECK_EQ(quick_to_interpreter_bridge_offset_, 0U) << offset; in SetQuickToInterpreterBridgeOffset()
321 quick_to_interpreter_bridge_offset_ = offset; in SetQuickToInterpreterBridgeOffset()
330 CHECK_GE(nterp_trampoline_offset_, quick_to_interpreter_bridge_offset_); in GetNterpTrampolineOffset()
335 CHECK(offset == 0 || offset >= quick_to_interpreter_bridge_offset_); in SetNterpTrampolineOffset()
Doat.h156 uint32_t quick_to_interpreter_bridge_offset_; variable