Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/common/runtime/
Dthread.cpp29 Thread *Thread::GetCurrent() in GetCurrent() function in panda::Thread
/arkcompiler/runtime_core/runtime/scheduler/
Dtask.h31 static Task *GetCurrent() in GetCurrent() function
Dworker_thread.h32 static WorkerThread *GetCurrent() in GetCurrent() function
/arkcompiler/runtime_core/verification/config/context/
Dcontext.cpp28 DebugContext &DebugContext::GetCurrent() in GetCurrent() function in panda::verifier::debug::DebugContext
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h77 static void GetCurrent(SignalCtl &out) // NOLINT(google-runtime-references) in GetCurrent() function
/arkcompiler/runtime_core/runtime/include/
Dpanda_vm.h54 static PandaVM *GetCurrent() in GetCurrent() function
Dmtmanaged_thread.h159 static MTManagedThread *GetCurrent() in GetCurrent() function
Dmanaged_thread.h148 static ManagedThread *GetCurrent() in GetCurrent() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h697 Inst *GetCurrent() const in GetCurrent() function
/arkcompiler/runtime_core/runtime/
Druntime.cpp356 Runtime *Runtime::GetCurrent() in GetCurrent() function in panda::Runtime