/third_party/node/deps/v8/src/libplatform/ |
H A D | default-platform.cc | 195 foreground_task_runner_map_.insert(std::make_pair( in GetForegroundTaskRunner()
|
/third_party/node/deps/v8/src/logging/ |
H A D | code-events.h | 130 return listeners_.insert(listener).second; in AddListener()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | tracing-controller.cc | 350 observers_.insert(observer);
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.cc | 67 // that labels do not insert bytes into the middle of the blob byte in WriteBuiltin() 151 // The label must not be at the same address as the first builtin, insert in WriteCodeSection() 273 external_filenames_.insert(std::make_pair(filename, new_id)); in LookupOrAddExternallyCompiledFilename()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-serializer.cc | 269 for (int i = 0; i < length; i++) serialized_.insert(serialized.get(i)); in AddToSet()
|
/third_party/node/deps/v8/src/torque/ |
H A D | cfg.cc | 199 block->instructions().insert(block->instructions().end(), in OptimizeCfg()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_checker.cpp | 73 sh.errors.insert(std::make_pair(n, e)); in error()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_references_manager_h264.cpp | 271 m_CurrentFrameReferencesData.pReferenceFramesReconPictureDescriptors.insert( in update_fifo_dpb_push_front_cur_recon_pic()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 171 .insert(index, (label.style, label_start..label_end, &label.message));
|
/third_party/rust/crates/linux-raw-sys/gen/src/ |
H A D | main.rs | 156 if features.insert(mod_name.to_owned()) { in main()
|
/third_party/python/Tools/scripts/ |
H A D | reindent.py | 188 self.lines.insert(0, None)
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
H A D | compile.rs | 280 lonibble_to_bucket.insert(lonybs, bucket); in compile()
|
/third_party/python/Lib/ |
H A D | runpy.py | 296 sys.path.insert(0, path_name)
|
/third_party/python/Lib/ctypes/ |
H A D | util.py | 201 nums.insert(0, int(parts.pop()))
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RecordUniformBlocksWithLargeArrayMember.cpp | 378 slowCompilingUniformBlockSet.insert(uniformBlock.second->name().data()); in RecordUniformBlocksWithLargeArrayMember()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.h | 69 void insert(GLenum internalFormat, const TextureCaps &caps);
|
H A D | Config.cpp | 90 mConfigs.insert(std::make_pair(id, copyConfig)); in add()
|
H A D | CLPlatform.cpp | 52 propArray.insert(propArray.cend(), properties, propIt); in ParseContextProperties()
|
H A D | BinaryStream.h | 274 mData.insert(mData.end(), asBytes, asBytes + num * sizeof(T)); in write()
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 83 textureData.insert(textureData.end(), bytes.begin(), bytes.end()); in UpdateThreadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 156 InitedRoots.insert(AI); in InsertRootInitializers() 187 /// already done so...), and insert initializing stores to roots as a defensive
|
H A D | SwiftErrorValueTracking.cpp | 184 if (!Visited.insert(Pred).second) in propagateVRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 176 TemporaryInsts.insert(MI); in recordNewInstruction() 190 /// Now insert the new instruction. in handleRecordedInst() 229 // For now, perform erase, followed by insert. in changingInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 36 // Find FE in hash map and insert if not present. in insertFile() 37 auto R = FileEntryToIndex.insert(std::make_pair(FE, NextIndex)); in insertFile()
|