Home
last modified time | relevance | path

Searched defs:runtime (Results 1 - 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.h51 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
H A Dcdp_debugger_callframe_from_json.py21 import cdp.runtime as runtime namespace
/arkcompiler/runtime_core/compiler/tests/
H A Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
80 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/
H A Dmain.cpp25 auto runtime = panda::JsRuntime::Create(); in Main() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
H A Ddangling_pointers_checker_test.cpp78 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
128 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
175 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
222 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
271 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
322 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
370 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
421 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
464 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
565 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
667 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
743 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
790 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
839 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
886 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
935 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
982 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1032 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1084 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1136 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dsource_meta.py22 from cdp import debugger, runtime namespace
H A Dark_config.py23 from arkdb import compiler, disassembler, runtime namespace
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.h48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local
56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local
[all...]
H A Dexplicit_gc_test.cpp86 Runtime *runtime = Runtime::GetCurrent(); TEST_F() local
142 Runtime *runtime = Runtime::GetCurrent(); TEST_F() local
170 Runtime *runtime = Runtime::GetCurrent(); TEST_F() local
198 Runtime *runtime = Runtime::GetCurrent(); TEST_F() local
[all...]
H A Dgc_log_test.cpp91 Runtime *runtime = Runtime::GetCurrent(); CounterLogTest() local
119 Runtime *runtime = Runtime::GetCurrent(); FullLogTest() local
[all...]
/arkcompiler/toolchain/test/autotest/aw/
H A D__init__.py25 from aw.cdp import runtime namespace
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_debug_01.py28 from aw import debugger, runtime namespace
H A Dtest_debug_03.py28 from aw import debugger, runtime namespace
H A Dtest_debug_04.py28 from aw import debugger, runtime namespace
/arkcompiler/toolchain/test/autotest/aw/api/
H A Druntime_api.py23 from aw.cdp import runtime namespace
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_language_context.cpp45 ets::PandaEtsVM *EtsLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
H A Dets_vm_test.cpp166 auto runtime = Runtime::GetCurrent(); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp65 DProfiler::DProfiler(std::string_view appName, Runtime *runtime) in DProfiler() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dmemory_allocation_dumper.h39 explicit MemoryAllocationDumper(const PandaString &dumpFile, const Runtime *runtime) : runtime_(runtime) in MemoryAllocationDumper() argument
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_variable_first_test.h88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial() argument
H A Djs_variable_second_test.h88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial() argument
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.h45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp89 auto runtime = self->GetGraph()->GetRuntime(); in VisitLoadObject() local
129 auto runtime = graph->GetRuntime(); in VisitParameter() local
154 auto runtime = self->GetGraph()->GetRuntime(); ProcessManagedCall() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp109 bool LLVMCompiler::IsInliningDisabled(compiler::RuntimeInterface *runtime, compiler::RuntimeInterface::MethodPtr method) in IsInliningDisabled() argument

Completed in 11 milliseconds

12345