Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
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; in TEST_F() local
370 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
421 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
464 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
565 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbytecodeopt_peepholes_test.cpp92 RuntimeInterfaceMock runtime(0U); in TEST_F() local
136 RuntimeInterfaceMock runtime(1U); in TEST_F() local
162 RuntimeInterfaceMock runtime(1U); in TEST_F() local
191 RuntimeInterfaceMock runtime(0U); in TEST_F() local
215 RuntimeInterfaceMock runtime(1U, false); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpygote_space_allocator_test_base.h48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local
56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local
Dtest_utils.h47 Runtime *runtime = Runtime::GetCurrent(); in AllocNonMovableObject() local
79 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
Dexplicit_gc_test.cpp86 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
142 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
170 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
198 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
Dgc_log_test.cpp91 Runtime *runtime = Runtime::GetCurrent(); in CounterLogTest() local
119 Runtime *runtime = Runtime::GetCurrent(); in FullLogTest() local
170 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
Dstatic_analyzer_test.cpp65 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local
73 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
Dg1gc_test.cpp90 Runtime *runtime = Runtime::GetCurrent(); in GetHumongousArrayLength() local
106 Runtime *runtime = Runtime::GetCurrent(); in GetAllocator() local
209 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
248 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
280 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
462 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
532 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
565 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
620 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
704 auto runtime = Runtime::GetCurrent(); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md109 #### JSMicroJobQueue
143 #### Async function calling
175 #### Handling Promise objects returned from JS code
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp27 auto runtime = Runtime::GetCurrent(); in GetExceptionClass() local
58 auto runtime = Runtime::GetCurrent(); in ThrowException() local
113 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM()
131 auto runtime = Runtime::GetCurrent(); in ThrowStackOverflowException() local
Dcore_vm.cpp54 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create()
82 PandaCoreVM::PandaCoreVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaCoreVM()
120 auto runtime = Runtime::GetCurrent(); in Initialize() local
131 auto runtime = Runtime::GetCurrent(); in PreAllocOOMErrorObject() local
146 auto runtime = Runtime::GetCurrent(); in InitializeFinish() local
262 Runtime *runtime = Runtime::GetCurrent(); in InvokeEntrypointImpl() local
/arkcompiler/runtime_core/static_core/compiler/tests/
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/compiler/
Dintrinsics_can_encode.inl16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local
61 auto runtime = Runtime::GetCurrent(); in LoadAnFile() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
Dcdp_debugger_callframe_from_json.py21 import cdp.runtime as runtime namespace
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp31 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderInstance() local
46 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringConcat() local
61 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithStringArg() local
76 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithCharArrayArg() local
82 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderToString() local
105 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderDefaultConstructor() local
299 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsIntrinsicStringBuilderAppendString() local
Dstring_builder_utils.h54 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
Dreserve_string_builder_buffer.cpp129 auto runtime = storeObject->GetBasicBlock()->GetGraph()->GetRuntime(); in IsFieldStringBuilderBuffer() local
137 auto runtime = storeObject->GetBasicBlock()->GetGraph()->GetRuntime(); in IsFieldStringBuilderIndex() local
222 auto runtime = graph->GetRuntime(); in CreateInstructionNewObjectsArray() local
279 auto runtime = graph->GetRuntime(); in StoreStringBuilderBufferField() local
292 auto runtime = graph->GetRuntime(); in StoreStringBuilderIndexField() local
303 auto runtime = graph->GetRuntime(); in StoreStringBuilderLengthField() local
314 auto runtime = graph->GetRuntime(); in StoreStringBuilderIsCompressedField() local
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp143 static int ExecutePandaFile(Runtime &runtime, const std::string &fileName, const std::string &entry, in ExecutePandaFile()
155 static void PrintStatistics(RuntimeOptions &runtimeOptions, Runtime &runtime) in PrintStatistics()
224 auto &runtime = *Runtime::GetCurrent(); in Main() local
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp26 Coroutine *CoroutineManager::CreateMainCoroutine(Runtime *runtime, PandaVM *vm) in CreateMainCoroutine()
51 Coroutine *CoroutineManager::CreateEntrypointlessCoroutine(Runtime *runtime, PandaVM *vm, bool make… in CreateEntrypointlessCoroutine()
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/
Dmain.cpp25 auto runtime = panda::JsRuntime::Create(); in Main() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp44 …nique_ptr<IrtocCompilerInterface> CreateLLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, in CreateLLVMIrtocCompiler()
50 LLVMIrtocCompiler::LLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator … in LLVMIrtocCompiler()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp92 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot()
135 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp60 auto runtime = graph->GetRuntime(); in ReplaceTypeofWithIsInstance() local
161 auto runtime = graph->GetRuntime(); in TryInsertFieldInst() local
206 auto runtime = graph->GetRuntime(); in TryInsertCallInst() local
236 auto runtime = graph->GetRuntime(); in PeepholeLdObjByName() local
258 auto runtime = graph->GetRuntime(); in PeepholeStObjByName() local
464 auto runtime = graph->GetRuntime(); in BuildLoadPropertyChain() local

12345