Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.h152 compiler::RuntimeInterface *GetCompilerRuntimeInterface() const override in GetCompilerRuntimeInterface() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h117 virtual compiler::RuntimeInterface *GetCompilerRuntimeInterface() const in GetCompilerRuntimeInterface() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_test.cpp222 ASSERT_NE(vm->GetCompilerRuntimeInterface(), nullptr); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h248 compiler::RuntimeInterface *GetCompilerRuntimeInterface() const override in GetCompilerRuntimeInterface() function
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp154 paoc_->runtime_ = Runtime::GetCurrent()->GetPandaVM()->GetCompilerRuntimeInterface(); in InitRuntime()