Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 9 of 9) sorted by relevance

/art/test/005-annotations/src/android/test/anno/
DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping() method
DTestAnnotations.java140 final IntToString[] mapping; in testArrayProblem() local
/art/runtime/
Dindex_bss_mapping.cc47 size_t IndexBssMappingLookup::GetBssOffset(const IndexBssMapping* mapping, in GetBssOffset()
Doat_file.cc422 /*out*/const IndexBssMapping** mapping, in ReadIndexBssMapping()
992 auto read_index_bss_mapping = [&](const char* tag, /*out*/const IndexBssMapping** mapping) { in Setup()
1070 auto read_index_bss_mapping = [&](const char* tag, /*out*/const IndexBssMapping** mapping) { in Setup()
Doat_file_assistant_test.cc1662 std::pair<OatFileAssistant::DexOptNeeded, const char*> mapping[] = { in TEST_F() local
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc150 const IndexBssMapping* mapping = nullptr; in StoreStringInBss() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc328 const IndexBssMapping* mapping = nullptr; in MaybeUpdateBssMethodEntry() local
/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java51 LineNumberMapping mapping = lineNumberEntry == null ? null : lineNumberEntry.getValue(); in getClearLine() local
/art/oatdump/
Doatdump.cc1640 const IndexBssMapping* mapping, in DumpBssEntries()
1711 void DumpBssOffsets(std::ostream& os, const char* slot_type, const IndexBssMapping* mapping) { in DumpBssOffsets()