Home
last modified time | relevance | path

Searched defs:guard (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Ddeoptimize_elimination.cpp79 bool DeoptimizeElimination::CanRemoveGuard(Inst *guard) in CanRemoveGuard()
112 bool DeoptimizeElimination::CanRemoveGuardRec(BasicBlock *block, Inst *guard, const Marker &mrk, in CanRemoveGuardRec()
154 void DeoptimizeElimination::RemoveGuard(Inst *guard) in RemoveGuard()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_info.cpp107 ConcurrentGuard guard(v_, "SafeSamplePandaFileInfo"); in SamplePandaFileInfoSafe() local
176 ConcurrentGuard guard(rtInfo.GetConcurrentGuardValue(), "MergeWithExistProfile"); in MergeWithExistProfile() local
Dpgo_profiler_manager.cpp352 ConcurrentGuard guard(v_, "DumpPendingProfilers"); in DumpPendingProfilers() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dgdb_jit.cpp73 std::lock_guard<std::mutex> guard(g_descMutex); in RegisterStubAnToDebugger() local
90 std::lock_guard<std::mutex> guard(g_descMutex); in UnregisterStubAnFromDebugger() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp208 … [[maybe_unused]] typename ClassInitGuard<MODE>::Guard guard(thread->GetVM()->GetThreadManager()); in Initialize() local
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp71 auto guard = std::unique_ptr<std::ostream, decltype(reset)>(&std::cout, reset); in ExecPanda() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp857 std::lock_guard guard {*checker->Mutex()}; in Instantiate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp1832 SharedValuePublishGuard guard; in PublishSharedValueSlow() local