Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 16 of 16) sorted by relevance

/art/libnativeloader/
DAndroid.bp9 header_libs: ["libnativeloader-headers"],
10 export_header_lib_headers: ["libnativeloader-headers"],
71 name: "libnativeloader-headers",
105 "libnativebridge-headers",
107 "libnativeloader-headers",
/art/runtime/
Dcha_test.cc61 std::unordered_set<OatQuickMethodHeader*> headers; in TEST_F() local
62 headers.insert(METHOD_HEADER2); in TEST_F()
63 cha.RemoveDependentsWithMethodHeaders(headers); in TEST_F()
78 headers.insert(METHOD_HEADER3); in TEST_F()
79 cha.RemoveDependentsWithMethodHeaders(headers); in TEST_F()
Doat_file_manager.cc699 std::vector<const DexFile::Header*> headers; in GetDexFileHeaders() local
700 headers.reserve(maps.size()); in GetDexFileHeaders()
703 headers.push_back(reinterpret_cast<const DexFile::Header*>(map.Begin())); in GetDexFileHeaders()
705 return headers; in GetDexFileHeaders()
710 std::vector<const DexFile::Header*> headers; in GetDexFileHeaders() local
711 headers.reserve(dex_files.size()); in GetDexFileHeaders()
713 headers.push_back(&dex_file->GetHeader()); in GetDexFileHeaders()
715 return headers; in GetDexFileHeaders()
Dcha.cc644 std::vector<std::pair<ArtMethod*, OatQuickMethodHeader*>> headers; in InvalidateSingleImplementationMethods() local
676 headers.push_back({method, method_header}); in InvalidateSingleImplementationMethods()
689 for (const auto& pair : headers) { in InvalidateSingleImplementationMethods()
Doat_file_assistant.cc440 bool OatFileAssistant::AnonymousDexVdexLocation(const std::vector<const DexFile::Header*>& headers, in AnonymousDexVdexLocation() argument
446 for (const DexFile::Header* header : headers) { in AnonymousDexVdexLocation()
DAndroid.bp402 // export our headers so the libart-gtest targets can use it as well.
/art/libnativebridge/
DAndroid.bp7 header_libs: ["libnativebridge-headers"],
8 export_header_lib_headers: ["libnativebridge-headers"],
12 name: "libnativebridge-headers",
/art/compiler/
DAndroid.bp205 // Export vixl headers as they are included in this library's exported headers.
222 // Export vixl headers as they are included in this library's exported headers.
286 // Export vixl headers as they are included in this library's exported headers.
303 // Export vixl headers as they are included in this library's exported headers.
/art/openjdkjvmti/include/
DCPPLINT.cfg17 # External headers, not subject to our lint rules.
/art/libnativebridge/tests/
DAndroid.bp35 header_libs: ["libnativebridge-headers"],
162 header_libs: ["libnativebridge-headers"],
/art/test/570-checker-osr/smali/
DOsr.smali19 # Check that blocks only havig nops are not merged when they are loop headers.
/art/libnativeloader/test/
DAndroid.bp84 header_libs: ["libnativeloader-headers"],
/art/libartpalette/
DAndroid.bp25 name: "libartpalette-headers",
/art/tools/ahat/
DREADME.txt23 * Let user re-sort sites objects info by clicking column headers.
29 - Make sortable by clicking on headers.
/art/test/
DAndroid.bp209 header_libs: ["libnativebridge-headers"],
371 // Use NDK-compatible headers for ctstiagent.
461 // many problems with how we export headers that are making doing this the 'right' way
463 // TODO: move those headers to art/ rather than under runtime.
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali48 # SSA level, since we create redundant phis for irreducible loop headers, lse