Home
last modified time | relevance | path

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

/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.cc424 std::vector<const DexFile::Header*> headers; in GetDexFileHeaders() local
425 headers.reserve(maps.size()); in GetDexFileHeaders()
428 headers.push_back(reinterpret_cast<const DexFile::Header*>(map.Begin())); in GetDexFileHeaders()
430 return headers; in GetDexFileHeaders()
435 std::vector<const DexFile::Header*> headers; in GetDexFileHeaders() local
436 headers.reserve(dex_files.size()); in GetDexFileHeaders()
438 headers.push_back(&dex_file->GetHeader()); in GetDexFileHeaders()
440 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.cc433 bool OatFileAssistant::AnonymousDexVdexLocation(const std::vector<const DexFile::Header*>& headers, in AnonymousDexVdexLocation() argument
439 for (const DexFile::Header* header : headers) { in AnonymousDexVdexLocation()
DAndroid.bp409 // export our headers so the libart-gtest targets can use it as well.
/art/libnativeloader/
DAndroid.bp9 header_libs: ["libnativeloader-headers"],
10 export_header_lib_headers: ["libnativeloader-headers"],
87 name: "libnativeloader-headers",
123 "libnativebridge-headers",
125 "libnativeloader-headers",
/art/libnativebridge/
DAndroid.bp9 "libnativebridge-headers",
13 "libnativebridge-headers",
18 name: "libnativebridge-headers",
/art/compiler/
DAndroid.bp212 // Export vixl headers as they are included in this library's exported headers.
229 // Export vixl headers as they are included in this library's exported headers.
293 // Export vixl headers as they are included in this library's exported headers.
310 // 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.bp37 "libnativebridge-headers",
165 "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.bp83 header_libs: ["libnativeloader-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/libartpalette/
DAndroid.bp31 name: "libartpalette-headers",
/art/test/
DAndroid.bp251 header_libs: ["libnativebridge-headers"],
413 // Use NDK-compatible headers for ctstiagent.
503 // many problems with how we export headers that are making doing this the 'right' way
505 // 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