Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc137 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset(); in GetInterpreterToCompiledCodeBridge()
140 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const { in GetInterpreterToCompiledCodeBridgeOffset() function in art::OatHeader
Doat.h55 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
/art/compiler/
Dimage_writer.cc95 oat_file_->GetOatHeader().GetInterpreterToCompiledCodeBridgeOffset(); in Write()