Searched defs:guard (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_support.cpp | 25 ParallelGuard guard(mtx, true); in RunBeforePhase() local 39 ParallelGuard guard(mtx, true); in RunAfterPhase() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | deoptimize_elimination.cpp | 79 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/ |
| D | mempool.cpp | 50 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/ |
| D | gdb_jit.cpp | 75 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/ |
| D | class_initializer.cpp | 208 … [[maybe_unused]] typename ClassInitGuard<MODE>::Guard guard(thread->GetVM()->GetThreadManager()); in Initialize() local
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/ |
| D | linker_test.cpp | 71 auto guard = std::unique_ptr<std::ostream, decltype(reset)>(&std::cout, reset); in ExecPanda() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 793 std::lock_guard guard {*checker->Mutex()}; in Instantiate() local
|