Home
last modified time | relevance | path

Searched refs:InsertAt (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp491 MachineBasicBlock::iterator InsertAt = MBB->end(); in replaceStores() local
507 InsertAt = I; in replaceStores()
512 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group"); in replaceStores()
520 if (InsertAt != MBB->begin()) in replaceStores()
521 --InsertAt; in replaceStores()
529 ++InsertAt; in replaceStores()
531 InsertAt = MBB->begin(); in replaceStores()
534 MBB->insert(InsertAt, I); in replaceStores()
DHexagonCommonGEP.cpp1200 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize() local
1206 InsertAt = FirstUse; in materialize()
1210 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_vector_unittest.cc180 TEST_F(AudioVectorTest, InsertAt) { in TEST_F() argument
190 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
220 vec_ref.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
239 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
265 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
294 vec.InsertAt(new_array, kNewLength, insert_position); in TEST_F()
Daudio_vector.cc59 InsertAt(prepend_this, length, 0); in PushFront()
95 void AudioVector::InsertAt(const int16_t* insert_this, in InsertAt() function in webrtc::AudioVector
Daudio_vector.h68 virtual void InsertAt(const int16_t* insert_this, size_t length,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.h56 CPDF_Object* InsertAt(size_t index, std::unique_ptr<CPDF_Object> pObj);
92 InsertAt(index, pdfium::MakeUnique<T>(std::forward<Args>(args)...))); in InsertNewAt()
98 return static_cast<T*>(InsertAt( in InsertNewAt()
Dcpdf_array_unittest.cpp56 TEST(cpdf_array, InsertAt) { in TEST() argument
125 arr->InsertAt(i, std::move(arr_elem)); in TEST()
Dcpdf_array.cpp178 CPDF_Object* CPDF_Array::InsertAt(size_t index, in InsertAt() function in CPDF_Array
/external/v8/src/zone/
Dzone.h186 void InsertAt(int index, const T& element, Zone* zone) { in InsertAt() function
187 List<T, ZoneAllocationPolicy>::InsertAt(index, element, in InsertAt()
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_audio_vector.h40 MOCK_METHOD3(InsertAt,
/external/v8/src/
Dlist.h102 void InsertAt(int index, const T& element,
Dlist-inl.h96 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt() function
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DBrowserDialog.cpp303 mBrowserEntries.InsertAt( mid, *entry ); in OnServiceAdd()
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp364 pFind->InsertAt(nValueIndex, std::move(pObj)); in AddValueAndName()
/external/v8/src/parsing/
Drewriter.cc264 node->finally_block()->statements()->InsertAt( in VisitTryFinallyStatement()
Dparser.cc3335 inner_block->statements()->InsertAt(0, statement, zone()); in InsertShadowingVarBindingInitializers()
3715 args->InsertAt(0, super_constructor, zone()); in SpreadCall()
3725 args->InsertAt(0, function, zone()); in SpreadCall()
3726 args->InsertAt(1, home, zone()); in SpreadCall()
3735 args->InsertAt(0, function, zone()); in SpreadCall()
3737 args->InsertAt(1, obj, zone()); in SpreadCall()
3741 args->InsertAt(0, function, zone()); in SpreadCall()
3742 args->InsertAt(1, factory()->NewUndefinedLiteral(kNoSourcePosition), in SpreadCall()
3756 args->InsertAt(0, function, zone()); in SpreadCallNew()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1653 unhandled_live_ranges_.InsertAt(i + 1, range, zone()); in AddToUnhandledSorted()
1659 unhandled_live_ranges_.InsertAt(0, range, zone()); in AddToUnhandledSorted()
Dhydrogen.cc544 dominated_blocks_.InsertAt(index, block, zone()); in AddDominatedBlock()