Home
last modified time | relevance | path

Searched refs:erase (Results 1 - 25 of 261) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h77 instCompareMap_.erase(inst1); in InstInitialCompare()
81 instCompareMap_.erase(inst1); in InstInitialCompare()
90 instCompareMap_.erase(inst1); in InstInitialCompare()
95 instCompareMap_.erase(inst1); in InstInitialCompare()
102 instCompareMap_.erase(inst1); in InstInitialCompare()
108 instCompareMap_.erase(inst1); in InstInitialCompare()
121 instCompareMap_.erase(inst1); \
241 instCompareMap_.erase(inst1); in InstSaveStateCompare()
256 instCompareMap_.erase(inst1); in InstSaveStateCompare()
265 instCompareMap_.erase(inst in InstSaveStateCompare()
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.cpp29 iter = originStatements.erase(iter); in UpdateForMultipleTransformedStatements()
40 iter = originStatements.erase(iter); in UpdateForMultipleTransformedStatements()
/arkcompiler/toolchain/websocket/
H A Dstring_utils.h27 str.erase(str.begin(), std::find_if(str.begin(), str.end(), [](unsigned char ch) { return !std::isspace(ch); })); in TrimLeft()
32 str.erase(std::find_if(str.rbegin(), str.rend(), [](unsigned char ch) { return !std::isspace(ch); }).base(), in TrimRight()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_taskpool.cpp56 tasks.erase(taskIter); in DecrementTaskCounter()
68 idsToBeCanceled.erase(id); in MoveTaskFromWaitingToRunning()
97 idsToBeCanceled.erase(id); in RemoveTaskFromRunning()
108 executingTasks_.erase(coroutineId); in TaskFinished()
H A Dets_itable_builder.cpp66 interfaces.erase(superItable[i].GetInterface()); in LinearizeITable()
80 interfaces.erase(item.GetInterface()); in LinearizeITable()
86 interfaces.erase(interface); in LinearizeITable()
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H A Dshared_mm.cpp30 iter = loadedJSSharedMemory_.erase(iter); in ~JSSharedMemoryManager()
72 loadedJSSharedMemory_.erase(iter); in DecreaseRefSharedMemory()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dhot_cards.cpp75 cardIt = hotCards_.erase(cardIt); in DrainMarkedCards()
86 cardIt = hotCards_.erase(cardIt); in ClearHotCards()
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator.h89 inst_compare_map_.erase(inst1); in Compare()
95 inst_compare_map_.erase(inst1); in Compare()
102 inst_compare_map_.erase(inst1); in Compare()
111 inst_compare_map_.erase(inst1); \ in Compare()
158 inst_compare_map_.erase(inst1); in Compare()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h243 preds.erase(i);
254 succs.erase(i);
255 succsProb.erase(&bb);
524 preds.erase(it);
528 succs.erase(it);
537 succsProb.erase(&bb);
575 liveInRegNO.erase(it);
579 liveInRegNO.erase(arg);
599 liveOutRegNO.erase(it);
753 phiInsnList.erase(regN
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A DmergeProgram.cpp141 input.erase(input.begin() + 0); in CollectProtoFiles()
155 // erase front spaces in CollectProtoFiles()
156 line.erase(line.begin(), in CollectProtoFiles()
158 // erase carrige return symbol (Windows workaround) in CollectProtoFiles()
159 line.erase(std::find_if(line.rbegin(), line.rend(), [](unsigned char ch) { return ch != CARRIAGE; }).base(), in CollectProtoFiles()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h130 data.erase(0, data.find_first_not_of(' ')); in Trim()
131 data.erase(data.find_last_not_of(' ') + 1); in Trim()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dwait_list.h86 waitList_.erase(iter); in GetReadyValue()
132 waitList_.erase(waitValue); in GetValueById()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor_pool.cpp60 monitors_.erase(it); in FreeMonitor()
71 monitorIter = monitors_.erase(monitorIter); in DeflateMonitors()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_parser.h78 enabledOptionsSet.erase(opt); in Remove()
81 enabledOptions.erase(it); in Remove()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp38 it = potentialTypes_.erase(it); in GetBestMatchingType()
43 it = potentialTypes_.erase(it); in GetBestMatchingType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp50 auto resultanother = availableAnalysisPhases.erase(AnalysisMemKey(phaseKey, pid)); in EraseAnalysisPhase()
54 auto result = analysisPhaseMemPool.erase(AnalysisMemKey(phaseKey, pid)); // erase to release mempool ? in EraseAnalysisPhase()
74 anaPhaseMapIt = availableAnalysisPhases.erase(anaPhaseMapIt); in EraseAnalysisPhase()
78 bool result = analysisPhaseMemPool.erase(it->first); // erase to release mempool in EraseAnalysisPhase()
80 (void)analysisPhaseMemPool.erase(it->first); in EraseAnalysisPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmaple_sparse_bitvector.h223 elementList.erase(iter); in Reset()
279 elementList.erase(iterTmp); in operator &=()
287 elementList.erase(iterTmp); in operator &=()
292 elementList.erase(iter1, elementList.end()); in operator &=()
399 elementList.erase(iterTmp); in Diff()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp100 it = smartCasts_.erase(it);
135 smartCasts_.erase(it); in CombineSmartCasts()
161 smartCasts_.erase(variable);
183 it = breakSmartCasts_.erase(it);
467 it = breakSmartCasts_.erase(it); in CombineBreakSmartCasts()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_space_chunk.cpp40 areaList_.erase(iter); in Free()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.cpp45 jsDebuggerManagerMap_.erase(it); in DeleteJsDebuggerManager()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DunionType.cpp102 it = constituentTypes.erase(it);
163 it = constituentTypes.erase(it);
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp38 it = potentialTypes_.erase(it); in GetBestMatchingType()
43 it = potentialTypes_.erase(it); in GetBestMatchingType()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h61 params_.erase(params_.begin()); in ScriptFunction()
63 scope_->Bindings().erase(THIS_PARAM); in ScriptFunction()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.cpp103 it = constituentTypes.erase(it);
164 it = constituentTypes.erase(it);
/arkcompiler/toolchain/tooling/client/ark_cli/
H A Dmain.cpp87 cliCmdStr.erase(cliCmdStr.begin()); in InputOnMessage()
109 inputStr.erase(0, inputStr.find_first_not_of(" ")); in GetInputCommand()

Completed in 10 milliseconds

1234567891011