Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
Dpanda_runner.h89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run()
Daot_test.cpp198 auto runtime = Runtime::GetCurrent(); in TEST_F() local
483 auto runtime = Runtime::GetCurrent(); in TEST_F() local
534 auto runtime = Runtime::GetCurrent(); in TEST_F() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.h49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
Ddebugger_impl.cpp43 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_first_test.h87 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
Djs_variable_second_test.h87 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
Djs_local_variable_scope_test.h88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
Djs_module_variable_test.h91 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
Djs_container_test.h88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
Djs_dropframe_test.h113 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp150 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
/arkcompiler/runtime_core/panda/
Dpanda.cpp214 auto &runtime = *Runtime::GetCurrent(); in Main() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h131 RuntimeInterface *runtime, bool osr_mode) in Graph()
146 RuntimeInterface *runtime, Graph *parent, GraphMode mode) in Graph()
805 void SetRuntime(RuntimeInterface *runtime) in SetRuntime()
Ddump.cpp532 const auto &runtime = GetRuntime(); in Dump() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp255 std::unique_ptr<RuntimeCallFrame> runtime = std::make_unique<RuntimeCallFrame>(); in HWTEST_F_L0() local