| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14939 LSIt = LoadedSlices.begin(), in SliceUpLoad() 15811 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + StartIdx); in MergeConsecutiveStores() 15827 StoreNodes.erase(StoreNodes.begin(), in MergeConsecutiveStores() 15828 StoreNodes.begin() + NumConsecutiveStores); in MergeConsecutiveStores() 15931 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumSkip); in MergeConsecutiveStores() 15939 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumElem); in MergeConsecutiveStores() 15948 StoreNodes.erase(StoreNodes.begin(), StoreNode in MergeConsecutiveStores() [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | js_pandafile_manager.cpp | 355 auto iterOld = oldJSPandaFiles_.begin(); in RemoveJSPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_space.cpp | 268 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi.cpp | 270 std::sort(strFlags.begin(), strFlags.end()); in GetOriginalFlags()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_hash_table.h | 527 std::sort(result.begin(), result.end(), [table](int a, int b) { in GetEnumerationOrder()
|
| H A D | ecma_vm.h | 462 for (auto it = list.begin(); it != list.end(); ++it) { in SetMockModuleList()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 413 std::fill(space_buf.begin(), space_buf.end(), ' '); in Dump()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | reg_alloc_interference_graph_new_test.cpp | 321 std::reverse(peo.begin(), peo.end()); in HWTEST_F()
|
| H A D | inst_test.cpp | 551 auto user = graph->FindOrCreateConstant(i)->GetUsers().begin()->GetInst(); in TEST_F()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | debug_info.cpp | 428 for (auto it = lines.begin(); it != lines.end() && !found; ++it) { in GetSrcFileAndLine()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | arena_allocator_test.cpp | 429 for (auto t_it = st.begin(); t_it != st.end(); ++t_it) { in HWTEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen-inl.h | 463 FillCallParamsHelper<IMMEDIATES_COUNT> h {this, paramInfo, regMoves, &spMoves, immediates.begin()}; in FillCallParams()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | debug_info.cpp | 511 for (auto it = lines.begin(); it != lines.end() && !found; ++it) { in GetSrcFileAndLine()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 133 std::sort(flags.begin(), flags.end()); in SetFlags()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | stackful_coroutine_manager.cpp | 440 auto wIt = std::min_element(workers_.begin(), workers_.end(), preferFirstOverSecond); in ChooseWorkerForCoroutine() 487 GetCurrentWorker()->PrintRunnables("LaunchImpl begin"); in LaunchImpl() 526 std::cout << "=== Coroutine statistics begin ===" << std::endl; in DumpCoroutineStats()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| H A D | checker.rb | 634 begin
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| H A D | declgenEts2Ts.cpp | 524 std::replace(classDescriptor.begin(), classDescriptor.end(), '.', '/'); in GenClassDeclaration()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_date_time_format_second_test.cpp | 286 bool exists = std::count(std::begin(arrIndex), std::end(arrIndex), i) > 0; in JSDateTimeFormatForObj_002()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit.cpp | 162 return NewGate(meta, machineType, args.size(), args.begin(), type, comment); in NewGate()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_cgfunc.cpp | 559 for (auto it = opndList.begin(); it != opndList.end();) { in Visit()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit.cpp | 514 for (auto it = taskQueue.begin(); it != taskQueue.end(); it++) { in InstallTasks()
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_action.cpp | 320 recv.insert(recv.begin(), keyDown); in Decompose()
|
| /test/xts/hats/hdf/display/composer/moduletest/ |
| H A D | hdi_device_test.cpp | 471 std::sort(tempSettings.begin(), tempSettings.end(), in TEST_F()
|
| /third_party/gn/src/gn/ |
| H A D | functions_target.cc | 936 std::vector<Value> sub_args(args.begin() + 1, args.end());
|
| H A D | header_checker_unittest.cc | 134 b_.public_deps().erase(b_.public_deps().begin()); in TEST_F()
|