Home
last modified time | relevance | path

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

/art/runtime/
Doat.h60 void SetInterpreterToInterpreterBridgeOffset(uint32_t offset);
Doat.cc185 void OatHeader::SetInterpreterToInterpreterBridgeOffset(uint32_t offset) { in SetInterpreterToInterpreterBridgeOffset() function in art::OatHeader
/art/compiler/
Doat_writer.cc854 oat_header_->SetInterpreterToInterpreterBridgeOffset(0); in InitOatCode()