Home
last modified time | relevance | path

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

/art/compiler/
Dvector_output_stream.cc23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>& vector) in VectorOutputStream()
/art/compiler/optimizing/
Dliveness_test.cc30 static void DumpBitVector(BitVector* vector, in DumpBitVector()
/art/runtime/
Dcommon_runtime_test.cc344 std::vector<const DexFile*> vector = OpenTestDexFiles(name); in OpenTestDexFile() local
/art/compiler/dex/quick/arm/
Dtarget_arm.cc297 static char* DecodeRegList(int opcode, int vector, char* buf, size_t buf_size) { in DecodeRegList()