| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | string_builder_utils.h | 51 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/ |
| H A D | cdp_debugger_callframe_from_json.py | 21 import cdp.runtime as runtime namespace
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | profiling_runner_test.cpp | 65 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 D | main.cpp | 25 auto runtime = panda::JsRuntime::Create(); in Main() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| H A D | dangling_pointers_checker_test.cpp | 78 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 D | source_meta.py | 22 from cdp import debugger, runtime namespace
|
| H A D | ark_config.py | 23 from arkdb import compiler, disassembler, runtime namespace
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | pygote_space_allocator_test_base.h | 48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local 56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local [all...] |
| H A D | explicit_gc_test.cpp | 86 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 D | gc_log_test.cpp | 91 Runtime *runtime = Runtime::GetCurrent(); CounterLogTest() local 119 Runtime *runtime = Runtime::GetCurrent(); FullLogTest() local [all...] |
| /arkcompiler/toolchain/test/autotest/aw/ |
| H A D | __init__.py | 25 from aw.cdp import runtime namespace
|
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| H A D | test_debug_01.py | 28 from aw import debugger, runtime namespace
|
| H A D | test_debug_03.py | 28 from aw import debugger, runtime
namespace
|
| H A D | test_debug_04.py | 28 from aw import debugger, runtime
namespace
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| H A D | runtime_api.py | 23 from aw.cdp import runtime
namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_language_context.cpp | 45 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 D | ets_vm_test.cpp | 166 auto runtime = Runtime::GetCurrent(); TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
| H A D | dprofiler.cpp | 65 DProfiler::DProfiler(std::string_view appName, Runtime *runtime) in DProfiler() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | memory_allocation_dumper.h | 39 explicit MemoryAllocationDumper(const PandaString &dumpFile, const Runtime *runtime) : runtime_(runtime) in MemoryAllocationDumper() argument
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| H A D | js_variable_first_test.h | 88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial() argument
|
| H A D | js_variable_second_test.h | 88 void Initial(const EcmaVM *vm, RuntimeImpl *runtime) in Initial() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | runtime_impl.h | 45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | object_type_propagation.cpp | 89 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 D | llvm_compiler.cpp | 109 bool LLVMCompiler::IsInliningDisabled(compiler::RuntimeInterface *runtime, compiler::RuntimeInterface::MethodPtr method) in IsInliningDisabled() argument
|