Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dreference_table.cc190 std::string extras; in Dump() local
193 StringAppendF(&extras, " (%zd elements)", element_count); in Dump()
198 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump()
200 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump()
205 extras = " (referent is null)"; in Dump()
207 extras = StringPrintf(" (referent is a %s)", referent->PrettyTypeOf().c_str()); in Dump()
210 os << StringPrintf(" %5d: ", idx) << ref << " " << className << extras << "\n"; in Dump()
/art/tools/golem/
Dbuild-target.sh151 (\cd "$(gettop)"; env $extras build/soong/soong_ui.bash --dumpvar-mode $varname)
/art/libdexfile/
DAndroid.bp445 // //system/extras/simpleperf:simpleperf_ndk are allowed to use it.
446 "//system/extras/simpleperf",