Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/core/
Dcore_vm.h148 compiler::RuntimeInterface *GetCompilerRuntimeInterface() const override in GetCompilerRuntimeInterface() function
/arkcompiler/runtime_core/runtime/include/
Dpanda_vm.h101 virtual compiler::RuntimeInterface *GetCompilerRuntimeInterface() const in GetCompilerRuntimeInterface() function
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp282 runtime_ = Runtime::GetCurrent()->GetPandaVM()->GetCompilerRuntimeInterface(); in Run()