Home
last modified time | relevance | path

Searched refs:GetInterpreterToInterpreterBridgeOffset (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat.h71 uint32_t GetInterpreterToInterpreterBridgeOffset() const;
Doat.cc220 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToInterpreterBridgeOffset(); in GetInterpreterToInterpreterBridge()
223 uint32_t OatHeader::GetInterpreterToInterpreterBridgeOffset() const { in GetInterpreterToInterpreterBridgeOffset() function in art::OatHeader
/art/compiler/debug/
Delf_debug_writer.cc178 { "interpreterToInterpreterBridge", header.GetInterpreterToInterpreterBridgeOffset() }, in MakeTrampolineInfos()
/art/oatdump/
Doatdump.cc391 GetInterpreterToInterpreterBridgeOffset); in Dump()
/art/compiler/
Dimage_writer.cc2285 oat_header.GetInterpreterToInterpreterBridgeOffset(); in UpdateOatFileHeader()