HomeSort by relevance Sort by last modified time
    Searched refs:GetInterpreterToCompiledCodeBridgeOffset (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat.h 77 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
oat.cc 258 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset();
261 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const {
  /art/compiler/debug/
elf_debug_writer.cc 180 { "interpreterToCompiledCodeBridge", header.GetInterpreterToCompiledCodeBridgeOffset() },
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc 428 GetInterpreterToCompiledCodeBridgeOffset);
    [all...]

Completed in 243 milliseconds