Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h226 virtual void RemoveOsrCode(const Method *method) = 0;
/arkcompiler/runtime_core/static_core/runtime/
Ddeoptimization.cpp110 Thread::GetCurrent()->GetVM()->GetCompiler()->RemoveOsrCode(method); in InvalidateCompiledEntryPoint()
Dcompiler.h713 void RemoveOsrCode(const Method *method) override in RemoveOsrCode() function