| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ConcurrentCache.h | 38 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 D | WebAssemblyDebugValueManager.cpp | 26 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 D | dng_string_list.cpp | 88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
|
| /third_party/gn/src/gn/ |
| H A D | unique_vector.h | 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() function
|
| H A D | string_atom.cc | 101 void Insert(Node* node, size_t hash, KeyType key) { in Insert() function
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | slot-set.cc | 24 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() function in v8::internal::TypedSlots
|
| H A D | remembered-set.h | 31 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 D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; member in llvm::cfg::UpdateKind
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
| H A D | hash_testing.h | 281 struct Insert { struct 285 struct Insert<U, true> { struct
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| H A D | RepeatedField.cs | 577 public void Insert(int index, T item)
in Insert() method in Google.Protobuf.Collections.RepeatedField
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerTracePC.h | 34 void Insert(size_t Idx, T Arg1, T Arg2) { in Insert() function
|
| /third_party/node/src/permission/ |
| H A D | fs_permission.cc | 200 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 D | escape-analysis-reducer.h | 66 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 D | LiveRangeShrink.cpp | 167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | text_generator.cc | 81 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 D | node_options-inl.h | 210 void OptionsParser<Options>::Insert( in Insert() function in node::options_parser::OptionsParser
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | constant-array-builder.cc | 223 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 D | osr-optimized-code-cache.cc | 22 void OSROptimizedCodeCache::Insert(Isolate* isolate, in Insert() function in v8::internal::OSROptimizedCodeCache
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | identity-map.h | 140 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 D | SIAnnotateControlFlow.cpp | 234 Instruction *Insert; in handleLoopCondition() local 247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
|
| H A D | SIInsertSkips.cpp | 165 MachineBasicBlock::iterator Insert = SkipBB->begin(); in skipIfDead() local
|
| H A D | AMDGPUAtomicOptimizer.cpp | 504 Value *const Insert = in optimizeAtomic() local 603 Value *const Insert = in optimizeAtomic() local
|
| /third_party/vixl/src/ |
| H A D | pool-manager-impl.h | 394 void PoolManager<T>::Insert(const PoolObject<T>& new_object) { in Insert() function in vixl::PoolManager
|
| /third_party/lzma/CPP/Common/ |
| H A D | MyVector.h | 242 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 D | BlockFrequencyInfoImpl.cpp | 751 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
|