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

  /art/runtime/
oat.h 74 uint32_t GetInterpreterToInterpreterBridgeOffset() const;
oat.cc 239 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToInterpreterBridgeOffset();
242 uint32_t OatHeader::GetInterpreterToInterpreterBridgeOffset() const {
  /art/compiler/debug/
elf_debug_writer.cc 179 { "interpreterToInterpreterBridge", header.GetInterpreterToInterpreterBridgeOffset() },
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc 426 GetInterpreterToInterpreterBridgeOffset);
    [all...]

Completed in 3776 milliseconds