| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| 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; 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/ |
| D | bytecodeopt_peepholes_test.cpp | 92 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/ |
| 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
|
| D | test_utils.h | 47 Runtime *runtime = Runtime::GetCurrent(); in AllocNonMovableObject() local 79 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
|
| D | explicit_gc_test.cpp | 86 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
|
| D | gc_log_test.cpp | 91 Runtime *runtime = Runtime::GetCurrent(); in CounterLogTest() local 119 Runtime *runtime = Runtime::GetCurrent(); in FullLogTest() local 170 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
|
| D | static_analyzer_test.cpp | 65 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local 73 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
|
| D | g1gc_test.cpp | 90 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/ |
| D | coroutines.md | 109 #### JSMicroJobQueue 143 #### Async function calling 175 #### Handling Promise objects returned from JS code
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 27 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
|
| D | core_vm.cpp | 54 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/ |
| 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/compiler/ |
| D | intrinsics_can_encode.inl | 16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | file_manager.cpp | 29 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/ |
| D | cdp_debugger_callframe_from_json.py | 21 import cdp.runtime as runtime namespace
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | string_builder_utils.cpp | 31 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
|
| D | string_builder_utils.h | 54 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
|
| D | reserve_string_builder_buffer.cpp | 129 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/ |
| D | panda.cpp | 143 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/ |
| D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.cpp | 26 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/ |
| D | main.cpp | 25 auto runtime = panda::JsRuntime::Create(); in Main() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_irtoc_compiler.cpp | 44 …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/ |
| D | aot_file.cpp | 92 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot() 135 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 60 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
|