Home
last modified time | relevance | path

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

/art/runtime/
Doat.h78 void SetInterpreterToCompiledCodeBridgeOffset(uint32_t offset);
Doat.cc267 void OatHeader::SetInterpreterToCompiledCodeBridgeOffset(uint32_t offset) { in SetInterpreterToCompiledCodeBridgeOffset() function in art::OatHeader
/art/compiler/
Doat_writer.cc1906 oat_header_->SetInterpreterToCompiledCodeBridgeOffset(0); in InitOatCode()