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

  /art/runtime/
oat.h 66 uint32_t GetPortableToInterpreterBridgeOffset() const;
oat.cc 194 return reinterpret_cast<const uint8_t*>(this) + GetPortableToInterpreterBridgeOffset();
197 uint32_t OatHeader::GetPortableToInterpreterBridgeOffset() const {
  /art/compiler/
image_writer.cc 102 oat_file_->GetOatHeader().GetPortableToInterpreterBridgeOffset();

Completed in 37 milliseconds