Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc126 std::unique_ptr<unsigned char[]> vec(new unsigned char[vec_len]); in ExtractRssFromMincore() local
/art/compiler/optimizing/
Dload_store_analysis_test.cc83 size_t vec = HeapLocation::kScalar; in TEST_F() local
/art/tools/hiddenapi/
Dhiddenapi.cc104 static bool Contains(const std::vector<E>& vec, const E& elem) { in Contains()
/art/runtime/native/
Ddalvik_system_DexFile.cc91 std::vector<std::unique_ptr<const DexFile>>& vec) { in ConvertDexFilesToJavaArray()
/art/dex2oat/
Dverifier_deps_test.cc433 bool HasBoolValue(const std::vector<bool>& vec, bool value) { in HasBoolValue()
/art/runtime/
Ddebugger.cc345 iovec vec[1]; in DdmPublishChunk() local