Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc73 interpreter_to_compiled_code_bridge_offset_(0), in OatHeader()
170 UpdateChecksum(&interpreter_to_compiled_code_bridge_offset_, in UpdateChecksumWithHeaderData()
171 sizeof(interpreter_to_compiled_code_bridge_offset_)); in UpdateChecksumWithHeaderData()
244 CHECK_GE(interpreter_to_compiled_code_bridge_offset_, interpreter_to_interpreter_bridge_offset_); in GetInterpreterToCompiledCodeBridgeOffset()
245 return interpreter_to_compiled_code_bridge_offset_; in GetInterpreterToCompiledCodeBridgeOffset()
251 DCHECK_EQ(interpreter_to_compiled_code_bridge_offset_, 0U) << offset; in SetInterpreterToCompiledCodeBridgeOffset()
253 interpreter_to_compiled_code_bridge_offset_ = offset; in SetInterpreterToCompiledCodeBridgeOffset()
262 CHECK_GE(jni_dlsym_lookup_offset_, interpreter_to_compiled_code_bridge_offset_); in GetJniDlsymLookupOffset()
267 CHECK(offset == 0 || offset >= interpreter_to_compiled_code_bridge_offset_); in SetJniDlsymLookupOffset()
Doat.h140 uint32_t interpreter_to_compiled_code_bridge_offset_; variable