Home
last modified time | relevance | path

Searched refs:runtimeIface (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
H A Dbackground_task_runner.h200 RuntimeInterface *runtimeIface) in BackgroundCompilerTaskRunner()
201 : compilerQueue_(compilerQueue), compilerThread_(compilerThread), runtimeIface_(runtimeIface) in BackgroundCompilerTaskRunner()
219 auto *runtimeIface = nextRunner.runtimeIface_; in StartTask()
220 runtimeIface->SetCurrentThread(nextRunner.compilerThread_); in StartTask()
222 runtimeIface->SetCurrentThread(nullptr); in StartTask()
199 BackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThread, RuntimeInterface *runtimeIface) BackgroundCompilerTaskRunner() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dfile_manager.cpp60 PandaRuntimeInterface runtimeIface; in LoadAnFile() local
65 return runtime->GetClassLinker()->GetAotManager()->AddFile(realAnFilePath, &runtimeIface, in LoadAnFile()
H A Dcompiler.h653 compiler::RuntimeInterface *runtimeIface) in Compiler()
657 runtimeIface_(runtimeIface) in Compiler()
651 Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, const RuntimeOptions &options, mem::MemStatsType *memStats, compiler::RuntimeInterface *runtimeIface) Compiler() argument

Completed in 2 milliseconds