Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 77) sorted by relevance

1234

/external/v8/src/interpreter/
Dconstant-array-builder.cc170 size_t ConstantArrayBuilder::Insert(Smi* smi) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
178 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
187 size_t ConstantArrayBuilder::Insert(const AstValue* heap_number) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
202 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp227 static MachineInstr *GetVRegDef(unsigned Reg, const MachineInstr *Insert, in GetVRegDef()
276 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove()
437 MachineInstr *Insert, LiveIntervals &LIS, in MoveForSingleUse()
478 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in RematerializeCheapDef()
538 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in MoveAndTeeForMultiUse()
591 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
672 void MaybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in MaybeCommute()
724 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp29 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp29 bool CXFA_ArrayNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert() function in CXFA_ArrayNodeList
/external/dng_sdk/source/
Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
/external/webrtc/webrtc/common_audio/
Dswap_queue.h120 bool Insert(T* input) WARN_UNUSED_RESULT { in Insert() function
/external/libchrome/base/trace_event/
Dheap_profiler_type_name_deduplicator.cc53 int TypeNameDeduplicator::Insert(const char* type_name) { in Insert() function in base::trace_event::TypeNameDeduplicator
Dheap_profiler_stack_frame_deduplicator.cc29 int StackFrameDeduplicator::Insert(const StackFrame* beginFrame, in Insert() function in base::trace_event::StackFrameDeduplicator
Dheap_profiler_allocation_register.cc84 void AllocationRegister::Insert(const void* address, in Insert() function in base::trace_event::AllocationRegister
Dheap_profiler_allocation_register.h69 std::pair<KVIndex, bool> Insert(const Key& key, const Value& value) { in Insert() function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl349 genIUType const & Insert,
371 detail::tvec2<T, P> const & Insert,
385 detail::tvec3<T, P> const & Insert,
400 detail::tvec4<T, P> const & Insert,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc219 void LinkedSet::Insert(uint16_t sequence_number, in Insert() function in webrtc::testing::bwe::LinkedSet
242 void LinkedSet::Insert(PacketIdentifierNode packet_identifier) { in Insert() function in webrtc::testing::bwe::LinkedSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs62 public void Insert( int index, object value ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
393 void IList<T>.Insert( int index, T item ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc61 void VadCircularBuffer::Insert(double value) { in Insert() function in webrtc::VadCircularBuffer
Dvad_circular_buffer_unittest.cc35 static void Insert(double value, in Insert() function
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc35 void Insert(u32 id, uptr size) { in Insert() function in __asan::HeapProfile
/external/v8/src/
Dcompilation-dependencies.cc43 void CompilationDependencies::Insert(DependentCode::DependencyGroup group, in Insert() function in v8::internal::CompilationDependencies
Deffects.h203 bool Insert(Var var, Locator* locator) { in Insert() function
293 bool NestedEffectsBase<Var, kNoVar>::Insert(Var var, Locator* locator) { in Insert() function
Dsplay-tree-inl.h22 bool SplayTree<Config, Allocator>::Insert(const Key& key, in Insert() function
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp297 TerminatorInst *Insert = From->getTerminator(); in handleLoopCondition() local
306 Instruction *Insert; in handleLoopCondition() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h107 int Insert(const unsigned int pos, const T& addT) in Insert() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs441 public void Insert(int index, T item) in Insert() method in Google.Protobuf.Collections.RepeatedField
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h302 Insert, enumerator
/external/lzma/CPP/Common/
DMyString.cpp726 void AString::Insert(unsigned index, const char *s) in Insert() function in AString
737 void AString::Insert(unsigned index, const AString &s) in Insert() function in AString
1270 void UString::Insert(unsigned index, const wchar_t *s) in Insert() function in UString
1281 void UString::Insert(unsigned index, const UString &s) in Insert() function in UString
/external/v8/src/compiler/
Dloop-peeling.cc118 void Insert(Node* original, Node* copy) { in Insert() function

1234