Searched refs:push_back (Results 26 - 50 of 138) sorted by relevance

123456

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp249 push_back(V);
265 ResolveConstants.push_back(std::make_pair(PHC, Idx));
365 NewOps.push_back(cast<Constant>(NewOp));
394 push_back(V);
533 Record.push_back(~0U);
534 Record.push_back(0);
544 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
547 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
549 Attrs.push_back(AttributeWithIndex::get(Record[i],
553 MAttributes.push_back(AttrListPt
[all...]
H A DBitcodeReader.h62 void push_back(Value *V) { function in class:llvm_2_7::BitcodeReaderValueList
63 ValuePtrs.push_back(V);
109 void push_back(Value *V) { MDValuePtrs.push_back(V); }
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx72 rt->table.push_back(ELFRelocTy::readRel(AR, i));
78 rt->table.push_back(ELFRelocTy::readRela(AR, i));
H A DELFSectionHeaderTable.hxx64 tab->table.push_back(sh.take());
/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp17 bool HandleToArea::push_back(FileHandle* pHandle, MemoryArea* pArea) function in class:HandleToArea
29 m_AreaMap.push_back(bucket);
H A DMemoryArea.cpp26 m_SpaceList.push_back(&pUniverse);
66 m_SpaceList.push_back(space);
H A DMemoryAreaFactory.cpp56 m_HandleToArea.push_back(handler, result);
80 m_HandleToArea.push_back(handler, result);
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp44 m_pNodeList.push_back(m_pNodesAlloc[i]);
96 m_pNodeList.push_back(NewNode);
/frameworks/compile/slang/
H A Dslang_rs_reflection_base.cpp120 mText.push_back(mIndent + t);
124 mText.push_back(mIndent + t.str());
H A Dllvm-rs-cc.cpp161 mFeatures.push_back("+long64");
205 Inputs.push_back(A->getValue(*Args));
467 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile));
470 IOFiles.push_back(std::make_pair(InputFile, OutputFile));
504 ArgVector.push_back(SaveStringInSet(SavedStrings, Arg));
516 ArgVector.push_back(SaveStringInSet(SavedStrings, CurArg));
531 CurArg.push_back(*P);
541 CurArg.push_back(*P);
548 CurArg.push_back(*P);
551 CurArg.push_back(*
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp398 formats.push_back(hwcTestGraphicFormat[n1].desc);
404 formats.push_back(argv[optind]);
449 measurements.push_back(meas);
455 rectList.push_back(rect);
577 measPtr->overlapBlendNone.push_back(num);
581 measPtr->overlapBlendPremult.push_back(num);
585 measPtr->overlapBlendCoverage.push_back(num);
658 rectList.push_back(rect);
686 rectList.push_back(rect);
690 rv.push_back(i
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp265 MDValues.push_back(std::make_pair(MD, 1U));
289 MDValues.push_back(std::make_pair(N, 1U));
304 FunctionLocalMDs.push_back(N);
342 Values.push_back(std::make_pair(V, 1U));
352 Values.push_back(std::make_pair(V, 1U));
359 Values.push_back(std::make_pair(V, 1U));
396 Types.push_back(Ty);
438 Attributes.push_back(PAL);
464 BasicBlocks.push_back(BB);
486 FnLocalMDVector.push_back(M
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp265 MDValues.push_back(std::make_pair(MD, 1U));
289 MDValues.push_back(std::make_pair(N, 1U));
304 FunctionLocalMDs.push_back(N);
342 Values.push_back(std::make_pair(V, 1U));
352 Values.push_back(std::make_pair(V, 1U));
359 Values.push_back(std::make_pair(V, 1U));
396 Types.push_back(Ty);
438 Attributes.push_back(PAL);
464 BasicBlocks.push_back(BB);
486 FnLocalMDVector.push_back(M
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h62 void push_back(Value *V) { function in class:llvm_3_0::BitcodeReaderValueList
63 ValuePtrs.push_back(V);
109 void push_back(Value *V) { MDValuePtrs.push_back(V); }
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h92 { m_SymTab.push_back(pSym); }
H A DSectionMap.h50 bool push_back(const std::string& pInput,
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp296 m_CIEs.push_back(entry);
297 pFragList.push_back(static_cast<Fragment*>(entry));
321 m_FDEs.push_back(entry);
322 pFragList.push_back(static_cast<Fragment*>(entry));
H A DLayout.cpp151 range_list->push_back(range);
190 pSD.getFragmentList().push_back(&pFrag);
524 sect_list.push_back(std::make_pair(
542 m_SectionOrder.push_back(sect_list[index].first);
580 m_SectionOrder.push_back(sect);
585 m_SectionOrder.push_back(sect);
593 m_SectionOrder.push_back(sect);
603 m_SectionOrder.push_back(sect);
638 output_context.getSectionTable().push_back(m_SectionOrder[index]);
H A DSectionMerger.cpp90 m_LDSectionMap.push_back(mapping);
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp40 m_pSectionData->getFragmentList().push_back(pRelFactory.produceEmptyEntry());
/frameworks/native/libs/utils/
H A DStringArray.cpp45 bool StringArray::push_back(const char* str) { function in class:android::StringArray
/frameworks/av/media/libmedia/
H A DMediaScannerClient.cpp83 mNames->push_back(name);
84 mValues->push_back(value);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp63 mQueue.push_back(entry);
84 mQueue.push_back(entry);
/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h79 bool push_back(FileHandle* pHandle, MemoryArea* pArea);
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp42 m_DirList.push_back(new MCLDDirectory(pDirectory));

Completed in 5136 milliseconds

123456