Home
last modified time | relevance | path

Searched defs:Insert (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/common/
H A DConcurrentCache.h38 std::pair<T*, bool> Insert(T* object) { in Insert() function in ConcurrentCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() argument
37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
/third_party/gn/src/gn/
H A Dunique_vector.h69 void Insert(Node* node, size_t hash, size_t index) { in Insert() function
H A Dstring_atom.cc101 void Insert(Node* node, size_t hash, KeyType key) { in Insert() function
/third_party/node/deps/v8/src/heap/
H A Dslot-set.cc24 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() function in v8::internal::TypedSlots
H A Dremembered-set.h31 static void Insert(SlotSet* slot_set, MemoryChunk* chunk, Address slot_addr) { in Insert() function in v8::internal::RememberedSetOperations
93 static void Insert(MemoryChunk* chunk, Address slot_addr) { in Insert() function in v8::internal::RememberedSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; member in llvm::cfg::UpdateKind
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
285 struct Insert<U, true> { struct
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs577 public void Insert(int index, T item) in Insert() method in Google.Protobuf.Collections.RepeatedField
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.h34 void Insert(size_t Idx, T Arg1, T Arg2) { in Insert() function
/third_party/node/src/permission/
H A Dfs_permission.cc200 void FSPermission::RadixTree::Insert(const std::string& path) { in Insert() function in node::permission::FSPermission::RadixTree
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.h66 void Insert(Node* node) { cache_.insert(node); } in Insert() function in v8::internal::compiler::NodeHashCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc81 void TextGenerator::TextBuffer::Insert(const std::string& line, in Insert() function in tint::writer::TextGenerator::TextBuffer
102 void TextGenerator::TextBuffer::Insert(const TextBuffer& tb, in Insert() function in tint::writer::TextGenerator::TextBuffer
/third_party/node/src/
H A Dnode_options-inl.h210 void OptionsParser<Options>::Insert( in Insert() function in node::options_parser::OptionsParser
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc223 size_t ConstantArrayBuilder::Insert(Smi smi) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
231 size_t ConstantArrayBuilder::Insert(double number) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
242 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
250 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert() function in v8::internal::ConstantArrayBuilder
258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::ConstantArrayBuilder
/third_party/node/deps/v8/src/objects/
H A Dosr-optimized-code-cache.cc22 void OSROptimizedCodeCache::Insert(Isolate* isolate, in Insert() function in v8::internal::OSROptimizedCodeCache
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h140 void Insert(Handle<Object> key, V v) { Insert(*key, v); } in Insert() function in v8::internal::IdentityMap
141 void Insert(Object key, V v) { in Insert() function in v8::internal::IdentityMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp234 Instruction *Insert; in handleLoopCondition() local
247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
H A DSIInsertSkips.cpp165 MachineBasicBlock::iterator Insert = SkipBB->begin(); in skipIfDead() local
H A DAMDGPUAtomicOptimizer.cpp504 Value *const Insert = in optimizeAtomic() local
603 Value *const Insert = in optimizeAtomic() local
/third_party/vixl/src/
H A Dpool-manager-impl.h394 void PoolManager<T>::Insert(const PoolObject<T>& new_object) { in Insert() function in vixl::PoolManager
/third_party/lzma/CPP/Common/
H A DMyVector.h242 void Insert(unsigned index, const T item) in Insert() function in CRecordVector
554 void Insert(unsigned index, const T& item) in Insert() function in CObjectVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp751 createIrreducibleLoop( BlockFrequencyInfoImplBase &BFI, const IrreducibleGraph &G, LoopData *OuterLoop, std::list<LoopData>::iterator Insert, const std::vector<const IrreducibleGraph::IrrNode *> &SCC) createIrreducibleLoop() argument
774 analyzeIrreducible( const IrreducibleGraph &G, LoopData *OuterLoop, std::list<LoopData>::iterator Insert) analyzeIrreducible() argument

Completed in 15 milliseconds

123