Home
last modified time | relevance | path

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

/art/runtime/
Doat.h76 uint32_t GetPortableToInterpreterBridgeOffset() const;
Doat.cc271 return reinterpret_cast<const uint8_t*>(this) + GetPortableToInterpreterBridgeOffset(); in GetPortableToInterpreterBridge()
274 uint32_t OatHeader::GetPortableToInterpreterBridgeOffset() const { in GetPortableToInterpreterBridgeOffset() function in art::OatHeader
/art/compiler/
Dimage_writer.cc115 oat_file_->GetOatHeader().GetPortableToInterpreterBridgeOffset(); in Write()
/art/oatdump/
Doatdump.cc201 GetPortableToInterpreterBridgeOffset); in Dump()