Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc103 interpreter_to_interpreter_bridge_offset_ = 0; in OatHeader()
180 CHECK(interpreter_to_interpreter_bridge_offset_ == 0 || in GetInterpreterToInterpreterBridgeOffset()
181 interpreter_to_interpreter_bridge_offset_ >= executable_offset_); in GetInterpreterToInterpreterBridgeOffset()
182 return interpreter_to_interpreter_bridge_offset_; in GetInterpreterToInterpreterBridgeOffset()
188 DCHECK_EQ(interpreter_to_interpreter_bridge_offset_, 0U) << offset; in SetInterpreterToInterpreterBridgeOffset()
190 interpreter_to_interpreter_bridge_offset_ = offset; in SetInterpreterToInterpreterBridgeOffset()
191 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_, sizeof(offset)); in SetInterpreterToInterpreterBridgeOffset()
200 CHECK_GE(interpreter_to_compiled_code_bridge_offset_, interpreter_to_interpreter_bridge_offset_); in GetInterpreterToCompiledCodeBridgeOffset()
205 CHECK(offset == 0 || offset >= interpreter_to_interpreter_bridge_offset_); in SetInterpreterToCompiledCodeBridgeOffset()
Doat.h127 uint32_t interpreter_to_interpreter_bridge_offset_; variable
/art/compiler/
Dimage_writer.h46 oat_data_begin_(NULL), interpreter_to_interpreter_bridge_offset_(0), in ImageWriter()
269 uint32_t interpreter_to_interpreter_bridge_offset_; variable
Dimage_writer.cc103 interpreter_to_interpreter_bridge_offset_ = in Write()
1175 GetOatAddress(interpreter_to_interpreter_bridge_offset_))), target_ptr_size_); in FixupMethod()
1217 ? interpreter_to_interpreter_bridge_offset_ in FixupMethod()