Home
last modified time | relevance | path

Searched defs:HasCompiledCode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dmethod.h395 bool HasCompiledCode() const in HasCompiledCode() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h216 bool HasCompiledCode(MethodPtr method) override in HasCompiledCode() function
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp101 extern "C" int HasCompiledCode(Method *method) in HasCompiledCode() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h227 virtual bool HasCompiledCode([[maybe_unused]] MethodPtr method) in HasCompiledCode() function