Searched refs:interpreter_to_interpreter_bridge_offset_ (Results 1 – 2 of 2) sorted by relevance
72 interpreter_to_interpreter_bridge_offset_(0), in OatHeader()168 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_, in UpdateChecksumWithHeaderData()169 sizeof(interpreter_to_interpreter_bridge_offset_)); in UpdateChecksumWithHeaderData()225 CHECK(interpreter_to_interpreter_bridge_offset_ == 0 || in GetInterpreterToInterpreterBridgeOffset()226 interpreter_to_interpreter_bridge_offset_ >= executable_offset_); in GetInterpreterToInterpreterBridgeOffset()227 return interpreter_to_interpreter_bridge_offset_; in GetInterpreterToInterpreterBridgeOffset()233 DCHECK_EQ(interpreter_to_interpreter_bridge_offset_, 0U) << offset; in SetInterpreterToInterpreterBridgeOffset()235 interpreter_to_interpreter_bridge_offset_ = offset; in SetInterpreterToInterpreterBridgeOffset()244 CHECK_GE(interpreter_to_compiled_code_bridge_offset_, interpreter_to_interpreter_bridge_offset_); in GetInterpreterToCompiledCodeBridgeOffset()249 CHECK(offset == 0 || offset >= interpreter_to_interpreter_bridge_offset_); in SetInterpreterToCompiledCodeBridgeOffset()
139 uint32_t interpreter_to_interpreter_bridge_offset_; variable