Home
last modified time | relevance | path

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

/art/runtime/
Doat.h74 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
Doat.cc239 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset(); in GetInterpreterToCompiledCodeBridge()
242 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const { in GetInterpreterToCompiledCodeBridgeOffset() function in art::OatHeader
/art/compiler/debug/
Delf_debug_writer.cc179 { "interpreterToCompiledCodeBridge", header.GetInterpreterToCompiledCodeBridgeOffset() }, in MakeTrampolineInfos()
/art/compiler/
Dimage_writer.cc2342 oat_header.GetInterpreterToCompiledCodeBridgeOffset(); in UpdateOatFileHeader()
/art/oatdump/
Doatdump.cc393 GetInterpreterToCompiledCodeBridgeOffset); in Dump()