Home
last modified time | relevance | path

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

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