Searched refs:runtimeIface (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/ |
H A D | background_task_runner.h | 200 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 D | file_manager.cpp | 60 PandaRuntimeInterface runtimeIface; in LoadAnFile() local 65 return runtime->GetClassLinker()->GetAotManager()->AddFile(realAnFilePath, &runtimeIface, in LoadAnFile()
|
H A D | compiler.h | 653 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