Searched defs:runtime (Results 1 – 16 of 16) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
D | panda_runner.h | 89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run()
|
D | aot_test.cpp | 198 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/ |
D | runtime_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
|
D | debugger_impl.cpp | 43 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
|
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_variable_first_test.h | 87 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
D | js_variable_second_test.h | 87 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
D | js_local_variable_scope_test.h | 88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
D | js_module_variable_test.h | 91 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
D | js_container_test.h | 88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
D | js_dropframe_test.h | 113 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial()
|
/arkcompiler/toolchain/tooling/ |
D | dispatcher.cpp | 150 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
|
/arkcompiler/runtime_core/panda/ |
D | panda.cpp | 214 auto &runtime = *Runtime::GetCurrent(); in Main() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph.h | 131 RuntimeInterface *runtime, bool osr_mode) in Graph() 146 RuntimeInterface *runtime, Graph *parent, GraphMode mode) in Graph() 805 void SetRuntime(RuntimeInterface *runtime) in SetRuntime()
|
D | dump.cpp | 532 const auto &runtime = GetRuntime(); in Dump() local
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_returns_test.cpp | 255 std::unique_ptr<RuntimeCallFrame> runtime = std::make_unique<RuntimeCallFrame>(); in HWTEST_F_L0() local
|