/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-printer.cc | 169 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 D | module.cc | 464 visited.insert(root); in IsGraphAsync() 477 const bool cycle = !visited.insert(descendant).second; in IsGraphAsync()
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.h | 116 const T* Add(T x) { return &*(storage_.insert(std::move(x)).first); } in Add() 508 contained_.insert(value); in Enqueue()
|
H A D | type-visitor.cc | 113 signature.parameter_names.insert( in DeclareMethods() 118 signature.parameter_types.types.insert( in DeclareMethods()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | prefilter.rs | 426 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 D | tests.rs | 309 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 D | unittestgui.py | 388 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 D | CriticalAntiDepBreaker.cpp | 218 RegRefs.insert(std::make_pair(Reg, &MO)); in PrescanInstruction() 331 RegRefs.insert(std::make_pair(Reg, &MO)); in ScanInstruction()
|
H A D | StackMaps.cpp | 326 // 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 D | FunctionLoweringInfo.cpp | 118 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 D | OrcCBindingsStack.h | 138 Result.insert(S); 166 UnresolvedSymbols.insert(S);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 564 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 D | ArchiveWriter.cpp | 225 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 D | es31cSampleShadingTests.cpp | 453 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 D | glcShaderMultisampleInterpolationTests.cpp | 559 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 D | vkBinaryRegistry.cpp | 409 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 D | mtl_command_buffer.h | 217 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 D | instruction.h | 332 operands_.insert(operands_.begin() + index, operand); in InsertOperand() 685 operands_.insert(operands_.end(), new_operands.begin(), new_operands.end());
|
H A D | loop_fusion.cpp | 46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed() 50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
|
H A D | loop_unswitch_pass.cpp | 98 // 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 D | instruction.h | 332 operands_.insert(operands_.begin() + index, operand); in InsertOperand() 685 operands_.insert(operands_.end(), new_operands.begin(), new_operands.end());
|
H A D | loop_fusion.cpp | 46 locations.insert(std::get<0>(kv)); in GetLocationsAccessed() 50 locations.insert(std::get<0>(kv)); in GetLocationsAccessed()
|
H A D | loop_unswitch_pass.cpp | 98 // 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 D | SkSLDehydrator.cpp | 128 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 D | MCContext.h | 635 return SectionsForRanges.insert(Sec); in addGenDwarfSection() 695 MacroMap.insert(std::make_pair(Name, std::move(Macro))); in defineMacro()
|