Home
last modified time | relevance | path

Searched refs:GetInterpreterToCompiledCodeBridge (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat.h76 const void* GetInterpreterToCompiledCodeBridge() const;
Doat.cc257 const void* OatHeader::GetInterpreterToCompiledCodeBridge() const { in GetInterpreterToCompiledCodeBridge() function in art::OatHeader
/art/imgdiag/
Dimgdiag.cc839 const void* i2ccb = oat_header.GetInterpreterToCompiledCodeBridge(); in BuildEntryPointNames()
/art/compiler/
Dimage_writer.cc2508 return static_cast<const uint8_t*>(header.GetInterpreterToCompiledCodeBridge()); in GetOatAddress()