Searched refs:GetInterpreterToCompiledCodeBridgeOffset (Results 1 – 5 of 5) sorted by relevance
74 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
239 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset(); in GetInterpreterToCompiledCodeBridge()242 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const { in GetInterpreterToCompiledCodeBridgeOffset() function in art::OatHeader
179 { "interpreterToCompiledCodeBridge", header.GetInterpreterToCompiledCodeBridgeOffset() }, in MakeTrampolineInfos()
2342 oat_header.GetInterpreterToCompiledCodeBridgeOffset(); in UpdateOatFileHeader()
393 GetInterpreterToCompiledCodeBridgeOffset); in Dump()