Home
last modified time | relevance | path

Searched refs:insert (Results 3001 - 3025 of 5160) sorted by relevance

1...<<121122123124125126127128129130>>...207

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc169 if (arrows_starting_here != nullptr) arrows_starting_here->insert(index); in AddTargetIfNotNext()
224 loop_headers_.insert(block->control_node()->Cast<JumpLoop>()->target()); in PreProcessGraph()
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc464 visited.insert(root); in IsGraphAsync()
477 const bool cycle = !visited.insert(descendant).second; in IsGraphAsync()
/third_party/node/deps/v8/src/torque/
H A Dutils.h116 const T* Add(T x) { return &*(storage_.insert(std::move(x)).first); } in Add()
508 contained_.insert(value); in Enqueue()
H A Dtype-visitor.cc113 signature.parameter_names.insert( in DeclareMethods()
118 signature.parameter_types.types.insert( in DeclareMethods()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs426 fn insert(&mut self, b: u8) -> bool { in insert() functions
652 if self.rare_set.insert(byte) { in add_one_rare_byte()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs309 flags.insert(0, "bindgen".into()); in into_builder()
693 command_line_flags.insert(0, "bindgen".to_string()); in build_flags_output_helper()
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py388 self.errorListbox.insert(tk.END, "Failure: %s" % test)
393 self.errorListbox.insert(tk.END, "Error: %s" % test)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp218 RegRefs.insert(std::make_pair(Reg, &MO)); in PrescanInstruction()
331 RegRefs.insert(std::make_pair(Reg, &MO)); in ScanInstruction()
H A DStackMaps.cpp326 // where we have to insert either the tombstone or the empty in recordStackMapOpers()
334 auto Result = ConstPool.insert(std::make_pair(Loc.Offset, Loc.Offset)); in recordStackMapOpers()
359 FnInfos.insert(std::make_pair(AP.CurrentFnSym, FunctionInfo(FrameSize))); in recordStackMapOpers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp118 CatchObjects.insert({AI, {}}).first->second.push_back( in set()
528 auto I = CatchPadExceptionPointers.insert({CPI, 0}); in getCatchPadExceptionPointerVReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h138 Result.insert(S);
166 UnresolvedSymbols.insert(S);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCELFStreamer.cpp564 insert(CEIF); in EmitInstToData()
570 insert(DF); in EmitInstToData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp225 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader()
569 Data.insert(Data.begin(), computeStringTable(StringTableBuf)); in writeArchive()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp453 uniquePixels.insert(pixels.getPixel(x, y)); in countUniquePixels()
466 uniquePixels.insert(pixels[i]); in countUniquePixels()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp559 uniquePixels.insert(pixels.getPixel(x, y)); in countUniquePixels()
572 uniquePixels.insert(pixels[i]); in countUniquePixels()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp409 void BinaryIndexHash::insert (const ProgramBinary* binary, deUint32 index) in insert() function in vk::BinaryRegistryDetail::__anon27731::BinaryIndexHash
507 m_binaryHash.insert(binaryClone, index); in addBinary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h217 mBuffer.insert(mBuffer.end(), ptr, ptr + sizeof(T)); in push()
223 mBuffer.insert(mBuffer.end(), bytes, bytes + len); in push()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.h332 operands_.insert(operands_.begin() + index, operand); in InsertOperand()
685 operands_.insert(operands_.end(), new_operands.begin(), new_operands.end());
H A Dloop_fusion.cpp46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
H A Dloop_unswitch_pass.cpp98 // Creates a new basic block and insert it into the function |fn| at the
331 if_merging_blocks.insert(if_merge_block->id()); in PerformUnswitch()
601 processed_loop.insert(&loop); in ProcessFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h332 operands_.insert(operands_.begin() + index, operand); in InsertOperand()
685 operands_.insert(operands_.end(), new_operands.begin(), new_operands.end());
H A Dloop_fusion.cpp46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
H A Dloop_unswitch_pass.cpp98 // Creates a new basic block and insert it into the function |fn| at the
331 if_merging_blocks.insert(if_merge_block->id()); in PerformUnswitch()
601 processed_loop.insert(&loop); in ProcessFunction()
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp128 fStrings.insert({ s, offset }); in write()
238 ordered.insert({name, symbol}); in write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCContext.h635 return SectionsForRanges.insert(Sec); in addGenDwarfSection()
695 MacroMap.insert(std::make_pair(Name, std::move(Macro))); in defineMacro()

Completed in 28 milliseconds

1...<<121122123124125126127128129130>>...207