Home
last modified time | relevance | path

Searched refs:GetCurrent (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h689 Inst *GetCurrent() const in GetCurrent() function
754 return InstForwardIterator(this->GetCurrent()); in begin()
763 this->SetCurrent(this->GetCurrent()->GetNext());
768 return this->GetCurrent() != other.GetCurrent();
772 return this->GetCurrent() == other.GetCurrent();
799 return this->GetCurrent() != other.GetCurrent();
803 return this->GetCurrent() == other.GetCurrent();
830 return InstBackwardIterator(this->GetCurrent()); in begin()
839 this->SetCurrent(this->GetCurrent()->GetPrev());
844 return this->GetCurrent() != other.GetCurrent();
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h114 return Runtime::GetCurrent(); in CreateRuntime()
130 auto *thread = MTManagedThread::GetCurrent(); in GetMethod()
132 auto cls = Runtime::GetCurrent() in GetMethod()
148 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
151 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
155 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
164 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
168 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
171 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
Daot_test.cpp194 auto thread = MTManagedThread::GetCurrent(); in TEST_F()
198 auto runtime = Runtime::GetCurrent(); in TEST_F()
483 auto runtime = Runtime::GetCurrent(); in TEST_F()
503 auto aot_manager = Runtime::GetCurrent()->GetClassLinker()->GetAotManager(); in TEST_F()
534 auto runtime = Runtime::GetCurrent(); in TEST_F()
540 auto thread = MTManagedThread::GetCurrent(); in TEST_F()
588 auto aot_manager = Runtime::GetCurrent()->GetClassLinker()->GetAotManager(); in TEST_F()
Dclass_hash_table_test.cpp299 …Runtime::GetCurrent()->GetClassLinker()->EnumeratePandaFiles([&pf_ptr, filename](const panda_file:… in TEST_F()
352 …Runtime::GetCurrent()->GetClassLinker()->EnumeratePandaFiles([&pf_ptr, filename](const panda_file:… in TEST_F()
Dunit_test.cpp115 auto *thread = MTManagedThread::GetCurrent(); in BuildGraph()
Dunit_test.h296 return panda::Runtime::GetCurrent()->GetClassLinker(); in GetClassLinker()
/arkcompiler/runtime_core/platforms/common/runtime/
Dthread.cpp29 Thread *Thread::GetCurrent() in GetCurrent() function in panda::Thread
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h77 static void GetCurrent(SignalCtl &out) // NOLINT(google-runtime-references) in GetCurrent() function
/arkcompiler/runtime_core/panda/
Dpanda.cpp214 auto &runtime = *Runtime::GetCurrent(); in Main()
/arkcompiler/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb39 Runtime *runtime = Runtime::GetCurrent();