/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 491 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()
|
D | HexagonCommonGEP.cpp | 1200 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/ |
D | audio_vector_unittest.cc | 180 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()
|
D | audio_vector.cc | 59 InsertAt(prepend_this, length, 0); in PushFront() 95 void AudioVector::InsertAt(const int16_t* insert_this, in InsertAt() function in webrtc::AudioVector
|
D | audio_vector.h | 68 virtual void InsertAt(const int16_t* insert_this, size_t length,
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_array.h | 56 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()
|
D | cpdf_array_unittest.cpp | 56 TEST(cpdf_array, InsertAt) { in TEST() argument 125 arr->InsertAt(i, std::move(arr_elem)); in TEST()
|
D | cpdf_array.cpp | 178 CPDF_Object* CPDF_Array::InsertAt(size_t index, in InsertAt() function in CPDF_Array
|
/external/v8/src/zone/ |
D | zone.h | 186 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/ |
D | mock_audio_vector.h | 40 MOCK_METHOD3(InsertAt,
|
/external/v8/src/ |
D | list.h | 102 void InsertAt(int index, const T& element,
|
D | list-inl.h | 96 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt() function
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.cpp | 303 mBrowserEntries.InsertAt( mid, *entry ); in OnServiceAdd()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.cpp | 364 pFind->InsertAt(nValueIndex, std::move(pObj)); in AddValueAndName()
|
/external/v8/src/parsing/ |
D | rewriter.cc | 264 node->finally_block()->statements()->InsertAt( in VisitTryFinallyStatement()
|
D | parser.cc | 3335 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/ |
D | lithium-allocator.cc | 1653 unhandled_live_ranges_.InsertAt(i + 1, range, zone()); in AddToUnhandledSorted() 1659 unhandled_live_ranges_.InsertAt(0, range, zone()); in AddToUnhandledSorted()
|
D | hydrogen.cc | 544 dominated_blocks_.InsertAt(index, block, zone()); in AddDominatedBlock()
|