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.cc49 size_t IndexBssMappingLookup::GetBssOffset(const IndexBssMapping* mapping, in GetBssOffset()
Doat_file.cc422 /*out*/const IndexBssMapping** mapping, in ReadIndexBssMapping()
974 auto read_index_bss_mapping = [&](const char* tag, /*out*/const IndexBssMapping** mapping) { in Setup()
1052 auto read_index_bss_mapping = [&](const char* tag, /*out*/const IndexBssMapping** mapping) { in Setup()
Doat_file_assistant_test.cc1406 std::pair<OatFileAssistant::DexOptNeeded, const char*> mapping[] = { in TEST_F() local
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc149 const IndexBssMapping* mapping = nullptr; in StoreStringInBss() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc301 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.cc1637 const IndexBssMapping* mapping, in DumpBssEntries()
1708 void DumpBssOffsets(std::ostream& os, const char* slot_type, const IndexBssMapping* mapping) { in DumpBssOffsets()