Home
last modified time | relevance | path

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

/art/compiler/linker/
Dvector_output_stream.cc23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector) in VectorOutputStream()
/art/compiler/optimizing/
Dliveness_test.cc34 static void DumpBitVector(BitVector* vector, in DumpBitVector()
/art/runtime/
Dcommon_runtime_test.cc495 std::vector<std::unique_ptr<const DexFile>> vector = OpenTestDexFiles(name); in OpenTestDexFile() local