/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 244 inferred.insert(inferred_maps.begin(), inferred_maps.end()); in Refine() 443 auto insertion = feedback_.insert({source, feedback}); in SetFeedback() 834 transition_groups.insert({map.object(), group}); in ProcessFeedbackMapsForElementAccess() 839 transition_groups.insert({target, new_group}).first->second; in ProcessFeedbackMapsForElementAccess() 895 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()
|
/third_party/node/deps/v8/src/objects/ |
H A D | source-text-module.cc | 194 auto result = resolve_set->insert({module, nullptr}); in ResolveExport() 211 name_set->insert(export_name); in ResolveExport() 546 bool cycle = !visited->insert(module).second; in FetchStarExports() 588 auto insert_result = more_exports.insert(std::make_pair(name, cell)); in FetchStarExports() 653 exec_list->insert(m); in GatherAsyncParentCompletions()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 154 OP_INSBF, // insert first src1[8:15] bits of src0 into src2 at src1[0:7] 1263 inline void add(BasicBlock *bb, int& id) { allBBlocks.insert(bb, id); } 1264 inline void add(Instruction *insn, int& id) { allInsns.insert(insn, id); } 1265 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } 1339 inline void add(Function *fn, int& id) { allFuncs.insert(fn, id); } 1341 inline void add(Value *rval, int& id) { allRValues.insert(rval, id); }
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 851 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument() 859 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); in AddArguments() 1180 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess() 1202 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument() 1210 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); in AddArguments()
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 177 //! - `insert`: inserts the specified flags in-place 609 pub fn insert(&mut self, other: Self) { in insert() functions 629 self.insert(other); in set() 811 self.insert(item) in extend() 1132 e1.insert(e2); in test_insert() 1136 e3.insert(AnotherSetOfFlags::ANOTHER_FLAG); in test_insert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 552 // layout successor, insert a branch. First we have to locate the only 883 MF->insert(std::next(MachineFunction::iterator(this)), NMBB); 1033 PHISrcRegs.insert(Reg); 1168 MachineBasicBlock::insert(instr_iterator I, MachineInstr *MI) { 1170 "Cannot insert instruction with bundle flags"); 1176 return Insts.insert(I, MI); 1273 if (!SeenMBBs.insert(MBB).second ||
|
H A D | MachineFunction.cpp | 362 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle() 385 // back trace will tell where to insert a call to updateCallSiteInfo(). in DeleteMachineInstr() 581 OutStr.insert(OutStr.begin()+i+1, 'l'); in getNodeLabel() 848 FilterIds.insert(FilterIds.end(), TyIds.begin(), TyIds.end()); in getFilterIDFor() 1041 Deleted.insert(Constants[i].Val.MachineCPVal); 1127 MachineCPVsSharingEntries.insert(V);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 221 Symbols.insert(*NameOrErr); in loadObjectImpl() 1150 NewSymbols.insert(Name); in resolveExternalSymbols() 1180 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols() 1181 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols() 1230 Symbols.insert(Name); in finalizeAsync()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 264 PreservedGUID.insert(GlobalValue::getGUID(Sym.getIRName())); in addUsedSymbolToPreservedGUID() 277 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols() 533 PreservedSymbols.insert(Name); in preserveSymbol() 539 // CrossReferencedSymbols.insert(Name); in crossReferenceSymbol() 540 PreservedSymbols.insert(Name); in crossReferenceSymbol() 980 GUIDPreservedSymbols.insert(GUID); in run()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | instrument_pass.cpp | 304 (void)args.insert(args.end(), validation_ids.begin(), validation_ids.end()); in GenDebugStreamWrite() 322 (void)args.insert(args.end(), offset_ids.begin(), offset_ids.end()); in GenDebugDirectRead() 952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() 953 for (auto& ofn : param2output_func_id_) done.insert(ofn.second); in InstProcessCallTreeFromRoots() 958 if (done.insert(fi).second) { in InstProcessCallTreeFromRoots()
|
H A D | type_manager.cpp | 148 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes() 516 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType() 641 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType() 737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition() 883 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instrument_pass.cpp | 304 (void)args.insert(args.end(), validation_ids.begin(), validation_ids.end()); in GenDebugStreamWrite() 322 (void)args.insert(args.end(), offset_ids.begin(), offset_ids.end()); in GenDebugDirectRead() 952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() 953 for (auto& ofn : param2output_func_id_) done.insert(ofn.second); in InstProcessCallTreeFromRoots() 958 if (done.insert(fi).second) { in InstProcessCallTreeFromRoots()
|
H A D | type_manager.cpp | 148 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes() 516 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType() 641 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType() 737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition() 883 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 712 OuterInnerReductions.insert(&PHI); 713 OuterInnerReductions.insert(InnerRedPhi); 1282 WorkList.insert(OpI); 1292 WorkList.insert(CondI); 1294 WorkList.insert(cast<Instruction>(InnerIndexVar));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 444 // If the result type and all operands match up, then just insert an identity in mapValue() 671 if (G.Info.insert(std::make_pair(&OpN, Data())).second) in visitOperands() 997 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); in scheduleMapGlobalInitializer() 1013 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); 1029 assert(AlreadyScheduled.insert(&GIS).second && "Should not reschedule"); 1041 assert(AlreadyScheduled.insert(&F).second && "Should not reschedule");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 666 Out.insert(Out.end(), OrigName.begin(), ExtractedName.begin()); 667 Out.insert(Out.end(), Replacement.begin(), Replacement.end()); 668 Out.insert(Out.end(), ExtractedName.end(), OrigName.end()); 676 if (auto Key = Remappings.insert(RealName)) { 680 MappedNames.insert({Key, RealName});
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 223 // block, since we will not be able to insert a cast after the PHI. in FoldIntegerTypedPHI() 260 // Need to insert a BitCast. in FoldIntegerTypedPHI() 650 // insert a new volatile load and the old ones will not be deletable. in FoldPHIArgLoadIntoPHI() 850 if (!PotentiallyDeadPHIs.insert(PN).second) in DeadPHICycle() 869 if (!ValueEqualPHIs.insert(PN).second) in PHIsEqualValue() 976 PHIsInspected.insert(&FirstPhi); in SliceUpIllegalIntegerPHI() 983 // edge which is required to insert a truncate. Because of this, we have to in SliceUpIllegalIntegerPHI() 1002 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI() 1168 PotentiallyDeadPHIs.insert(&PN); in visitPHINode()
|
/third_party/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 147 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes() 531 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType() 666 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType() 764 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition() 918 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 579 using de::insert; in initAttachment() 586 insert(params, "RED", floatToString(rnd.getFloat(), 4)); in initAttachment() 587 insert(params, "GREEN", floatToString(rnd.getFloat(), 4)); in initAttachment() 588 insert(params, "BLUE", floatToString(rnd.getFloat(), 4)); in initAttachment() 756 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 282 // insert. The specified MachineInstr is created but not inserted into any 286 // are modified, the method should insert pairs of <OldSucc, NewSucc> into the 569 LiveInMap.insert(LI); in runOnMachineFunction() 578 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction() 584 Def->getParent()->insert(std::next(InsertPos), MI); in runOnMachineFunction() 744 Added.insert(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo() 753 if (Op.getValueType() == MVT::Other && Added.insert(Op.getNode()).second) in ComputeLiveOutVRegInfo() 1438 FuncInfo->VisitedBBs.insert(LLVMBB); in SelectAllBasicBlocks() 1481 // Bottom-up: reset the insert pos at the top, after any local-value in SelectAllBasicBlocks() 1796 // Set the current basic block to the mbb we wish to insert th in FinishBasicBlock() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 476 /// insert so that the caller can reprocess it. 525 NewGlobals.insert(std::make_pair(ElementIdx, NGV)); 660 if (PHIs.insert(PN).second && !AllUsesOfValueWillTrapIfNull(PN, PHIs)) 894 // If there is a comparison against null, we will insert a global bool to 953 // If the initialization boolean was used, insert it, otherwise delete it. 959 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); 1004 if (PHIs.insert(PN).second) 1095 if (!LoadUsingPHIsPerLoad.insert(PN).second) 1099 if (!LoadUsingPHIs.insert(PN).second) 1258 if (!InsertedScalarizedValues.insert(st [all...] |
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/ |
H A D | bundle_event_source_example.cpp | 38 count.insert("BundleEventSourceExample"); in BundleEventSourceExample()
|
/base/hiviewdfx/hiview/base/ |
H A D | audit.cpp | 182 ret.insert(ret.begin(), fileLog.begin(), fileLog.end());
in ReadLogFromFile()
|
/base/location/frameworks/location_common/common/source/ |
H A D | geo_address.cpp | 100 descriptions_.insert(std::pair<int, std::string>(index, line)); in ReadFromParcel()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.cpp | 69 resultMap.insert(std::pair<std::string, WatchPoint>(key, watchPoint)); in GetResultMap()
|