Searched refs:GetInterpreterToInterpreterBridgeOffset (Results 1 – 5 of 5) sorted by relevance
71 uint32_t GetInterpreterToInterpreterBridgeOffset() const;
220 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToInterpreterBridgeOffset(); in GetInterpreterToInterpreterBridge()223 uint32_t OatHeader::GetInterpreterToInterpreterBridgeOffset() const { in GetInterpreterToInterpreterBridgeOffset() function in art::OatHeader
178 { "interpreterToInterpreterBridge", header.GetInterpreterToInterpreterBridgeOffset() }, in MakeTrampolineInfos()
391 GetInterpreterToInterpreterBridgeOffset); in Dump()
2285 oat_header.GetInterpreterToInterpreterBridgeOffset(); in UpdateOatFileHeader()