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

  /art/runtime/
oat.h 89 uint32_t GetQuickToInterpreterBridgeOffset() const;
oat.cc 347 return reinterpret_cast<const uint8_t*>(this) + GetQuickToInterpreterBridgeOffset();
350 uint32_t OatHeader::GetQuickToInterpreterBridgeOffset() const {
  /art/compiler/
elf_patcher.cc 221 code_offset = oat_header_->GetQuickToInterpreterBridgeOffset();
image_writer.cc 124 oat_file_->GetOatHeader().GetQuickToInterpreterBridgeOffset();
    [all...]
  /art/oatdump/
oatdump.cc 209 GetQuickToInterpreterBridgeOffset);
    [all...]

Completed in 1856 milliseconds