Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 8 of 8) sorted by relevance

/art/compiler/linker/
Dvector_output_stream.cc24 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector) in VectorOutputStream()
/art/runtime/
Dmemory_region.h176 void CopyFromVector(size_t offset, Vector& vector) const { in CopyFromVector()
Dcommon_runtime_test.cc530 std::vector<std::unique_ptr<const DexFile>> vector = OpenTestDexFiles(name); in OpenTestDexFile() local
/art/compiler/optimizing/
Dliveness_test.cc37 static void DumpBitVector(BitVector* vector, in DumpBitVector()
Dloop_optimization.cc1556 HInstruction* vector = nullptr; in GenerateVecInv() local
1597 HInstruction* vector = nullptr; in GenerateVecMem() local
1647 HInstruction* vector = nullptr; in GenerateVecReductionPhi() local
1751 HInstruction* vector = nullptr; in GenerateVecOp() local
/art/libdexfile/dex/
Ddex_file_loader.cc38 explicit VectorContainer(std::vector<uint8_t>&& vector) : vector_(std::move(vector)) { } in VectorContainer()
/art/runtime/verifier/
Dverifier_deps.cc635 const std::vector<T>& vector) { in EncodeUint16Vector()
656 std::vector<T>* vector) { in DecodeUint16Vector()
/art/dexlayout/
Ddex_ir.h378 CollectionVector<Type>& vector, in AddItem()
391 void AddIndexedItem(IndexedCollectionVector<Type>& vector, in AddIndexedItem()