Home
last modified time | relevance | path

Searched refs:GetTransactionalInterpreter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/dex2oat/
H A Daot_class_linker.h145 const void* GetTransactionalInterpreter() override;
H A Daot_class_linker.cc515 const void* AotClassLinker::GetTransactionalInterpreter() { in GetTransactionalInterpreter() function in art::AotClassLinker
/aosp_15_r20/art/runtime/
H A Dnoop_compiler_callbacks.h221 const void* GetTransactionalInterpreter() override { in GetTransactionalInterpreter() function
H A Dclass_linker.h963 virtual const void* GetTransactionalInterpreter();
H A Dclass_linker.cc11341 const void* ClassLinker::GetTransactionalInterpreter() { in GetTransactionalInterpreter() function in art::ClassLinker
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc241 ? runtime->GetClassLinker()->GetTransactionalInterpreter() in ExecuteSwitch()