Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_support.cpp25 ParallelGuard guard(mtx, true); in RunBeforePhase() local
39 ParallelGuard guard(mtx, true); in RunAfterPhase() local
/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/compiler/codegen/maple/mempool/src/
Dmempool.cpp50 ParallelGuard guard(ctrlerMutex, HaveRace()); in FreeMemBlocks() local
92 ParallelGuard guard(ctrlerMutex, HaveRace()); in FreeMem() local
115 ParallelGuard guard(ctrlerMutex, HaveRace()); in AllocFixMemBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dgdb_jit.cpp75 std::lock_guard<std::mutex> guard(g_descMutex); in RegisterStubAnToDebugger() local
92 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.cpp793 std::lock_guard guard {*checker->Mutex()}; in Instantiate() local