| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyDebugValueManager.cpp | 26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() 37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone()
|
| D | WebAssemblyRegStackify.cpp | 269 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef() 316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove() 485 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse() 530 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef() 598 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse() 658 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState() 737 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute() 789 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| 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::interpreter::ConstantArrayBuilder 258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
| D | hash_testing.h | 281 struct Insert { struct 282 using type = TypeSet<U, T...>;
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | ConcurrentCache.h | 38 std::pair<T*, bool> Insert(T* object) { in Insert() function
|
| /third_party/skia/third_party/externals/tint/src/writer/ |
| 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/skia/third_party/externals/dng_sdk/source/ |
| D | dng_string_list.cpp | 88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
|
| /third_party/node/deps/v8/src/utils/ |
| D | identity-map.h | 140 void Insert(Handle<Object> key, V v) { Insert(*key, v); } in Insert() function 141 void Insert(Object key, V v) { in Insert() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIAnnotateControlFlow.cpp | 234 Instruction *Insert; in handleLoopCondition() local 247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
|
| D | AMDGPUAtomicOptimizer.cpp | 504 Value *const Insert = in optimizeAtomic() local 603 Value *const Insert = in optimizeAtomic() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
|
| /third_party/node/deps/v8/src/heap/ |
| D | slot-set.cc | 24 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() function in v8::internal::TypedSlots
|
| D | remembered-set.h | 31 static void Insert(SlotSet* slot_set, MemoryChunk* chunk, Address slot_addr) { in Insert() function 93 static void Insert(MemoryChunk* chunk, Address slot_addr) { in Insert() function
|
| /third_party/node/deps/v8/src/compiler/ |
| D | escape-analysis-reducer.h | 66 void Insert(Node* node) { cache_.insert(node); } in Insert() function
|
| D | loop-analysis.cc | 726 void NodeCopier::Insert(Node* original, const NodeVector& new_copies) { in Insert() function in v8::internal::compiler::NodeCopier 733 void NodeCopier::Insert(Node* original, Node* copy) { in Insert() function in v8::internal::compiler::NodeCopier
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LiveRangeShrink.cpp | 167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
|
| /third_party/node/src/permission/ |
| D | fs_permission.cc | 200 void FSPermission::RadixTree::Insert(const std::string& path) { in Insert() function in node::permission::FSPermission::RadixTree
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerTracePC.h | 34 void Insert(size_t Idx, T Arg1, T Arg2) { in Insert() function
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_integer.inl | 276 …GLM_FUNC_QUALIFIER genIUType bitfieldInsert(genIUType const & Base, genIUType const & Insert, int … 282 …vecType<T, P> bitfieldInsert(vecType<T, P> const & Base, vecType<T, P> const & Insert, int Offset,…
|
| /third_party/gn/src/gn/ |
| D | string_atom.cc | 101 void Insert(Node* node, size_t hash, KeyType key) { in Insert() function
|
| D | unique_vector.h | 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() function
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| D | RepeatedField.cs | 577 public void Insert(int index, T item) in Insert() method in Google.Protobuf.Collections.RepeatedField
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | unordered_set_modifiers_test.h | 44 TYPED_TEST_P(ModifiersTest, Insert) { in TYPED_TEST_P() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | RegBankSelect.h | 320 Insert, enumerator
|
| /third_party/lzma/CPP/Common/ |
| D | MyVector.h | 242 void Insert(unsigned index, const T item) in Insert() function 554 void Insert(unsigned index, const T& item) in Insert() function
|