| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bytecodeopt_peepholes_test.cpp | 90 RuntimeInterfaceMock runtime(0); in TEST_F() local 132 RuntimeInterfaceMock runtime(1); in TEST_F() local 157 RuntimeInterfaceMock runtime(1); in TEST_F() local 185 RuntimeInterfaceMock runtime(0); in TEST_F() local 208 RuntimeInterfaceMock runtime(1, false); in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | test_utils.h | 48 Runtime *runtime = Runtime::GetCurrent(); in AllocArray() local 60 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local 69 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
|
| D | static_analyzer_test.cpp | 63 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local 71 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
|
| D | gc_log_test.cpp | 84 Runtime *runtime = Runtime::GetCurrent(); in CounterLogTest() local 109 Runtime *runtime = Runtime::GetCurrent(); in FullLogTest() local 163 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 205 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
|
| D | g1gc_test.cpp | 69 Runtime *runtime = Runtime::GetCurrent(); in GetHumongousArrayLength() local 102 Runtime *runtime = Runtime::GetCurrent(); in GetAllocator() local 192 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 231 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 262 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 314 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 449 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 519 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 552 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local 601 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local [all …]
|
| D | pygote_space_allocator_test_base.h | 46 auto runtime = panda::Runtime::GetCurrent(); in GetObjectClass() local 54 auto runtime = panda::Runtime::GetCurrent(); in PygoteFork() local
|
| D | object_helpers_test.cpp | 103 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local 111 Runtime *runtime = Runtime::GetCurrent(); in AllocObject() local 118 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
|
| D | c2i_bridge_test.cpp | 82 Runtime *runtime = Runtime::GetCurrent(); in SetUpHelperFunctions() local 116 Runtime *runtime = Runtime::GetCurrent(); in MakeNoArgsMethod() local 163 Runtime *runtime = Runtime::GetCurrent(); in MakeCheckArgsMethod() local
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 27 auto runtime = Runtime::GetCurrent(); in GetExceptionClass() local 59 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 | 52 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create() 80 PandaCoreVM::PandaCoreVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaCoreVM() 118 auto runtime = Runtime::GetCurrent(); in Initialize() local 129 auto runtime = Runtime::GetCurrent(); in PreAllocOOMErrorObject() local 144 auto runtime = Runtime::GetCurrent(); in InitializeFinish() local 260 Runtime *runtime = Runtime::GetCurrent(); in InvokeEntrypointImpl() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | file_manager.cpp | 29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local 62 auto runtime = Runtime::GetCurrent(); in LoadAnFile() local
|
| D | panda_vm.cpp | 96 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create()
|
| D | thread.cpp | 152 ManagedThread *ManagedThread::Create(Runtime *runtime, PandaVM *vm, panda::panda_file::SourceLang t… in Create() 163 MTManagedThread *MTManagedThread::Create(Runtime *runtime, PandaVM *vm, panda::panda_file::SourceLa… in Create() 798 Runtime *runtime = Runtime::GetCurrent(); in Destroy() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| D | codegen_test.cpp | 220 RuntimeInterfaceMock runtime; in CheckStoreArray() local 294 RuntimeInterfaceMock runtime; in CheckLoadArray() local 359 RuntimeInterfaceMock runtime; in CheckStoreArrayPair() local 447 RuntimeInterfaceMock runtime; in CheckLoadArrayPair() local 540 RuntimeInterfaceMock runtime; in CheckBounds() local 612 RuntimeInterfaceMock runtime; in CheckCmp() local 824 RuntimeInterfaceMock runtime; in TEST_F() local 911 RuntimeInterfaceMock runtime; in TEST_F() local 986 RuntimeInterfaceMock runtime; in TEST_F() local 1054 RuntimeInterfaceMock runtime; in TEST_F() local [all …]
|
| D | panda_runner.h | 89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 90 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot() 130 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.h | 50 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
|
| /arkcompiler/runtime_core/runtime/dprofiler/ |
| D | dprofiler.cpp | 65 DProfiler::DProfiler(std::string_view app_name, Runtime *runtime) in DProfiler()
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_groups.cpp | 46 auto &runtime = *Runtime::GetCurrent(); in RegisterConfigHandlerMethodGroups() local
|
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 123 bool JITCompileMethod(RuntimeInterface *runtime, Method *method, bool is_osr, CodeAllocator *code_a… in JITCompileMethod() 183 bool CompileInGraph(RuntimeInterface *runtime, Method *method, bool is_osr, ArenaAllocator *allocat… in CompileInGraph()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 136 auto runtime = graph->GetRuntime(); in IsInstNotNull() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 916 auto runtime = GetRuntime(); in CreateStackMapRec() local 1308 auto runtime = GetRuntime(); in CreateNewObjCall() local 1351 auto runtime = GetRuntime(); in CreateNewObjCallOld() local 1468 auto runtime = GetRuntime(); in CreateLoadTLABInformation() local 1670 auto runtime = GetRuntime(); in CreateUnresolvedVirtualMethodLoad() local 1701 auto runtime = GetRuntime(); in PrepareCallVirtualAot() local 1744 auto runtime = GetRuntime(); in PrepareCallVirtual() local 1754 auto runtime = GetRuntime(); in PrepareAndEmitCallVirtual() local 1942 RuntimeInterface *runtime = GetRuntime(); in CreateDynamicCall() local 1981 static T GetBarrierOperandValue(RuntimeInterface *runtime, panda::mem::BarrierPosition position, st… in GetBarrierOperandValue() [all …]
|
| /arkcompiler/runtime_core/compiler/tools/debug/ |
| D | jit_writer.h | 47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::str… in JitDebugWriter()
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 150 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
|