Home
last modified time | relevance | path

Searched refs:dex2oat_cmdline (Results 1 – 2 of 2) sorted by relevance

/art/test/etc/
Drun-test-jar876 dex2oat_cmdline="true"
969 dex2oat_cmdline="$INVOKE_WITH $ANDROID_ART_BIN_DIR/$dex2oat_binary \
979 dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
991dex2oat_cmdline="timeout -k ${DEX2OAT_TIMEOUT}s -s SIGRTMIN+2 ${DEX2OAT_RT_TIMEOUT}s ${dex2oat_cmd…
994 …vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --input-vdex=$DEX_LOCATION/oat/$ISA/$name.vdex --out…
996 vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --input-vdex=$DEX_LOCATION/oat/$ISA/$name.vdex"
998 dex2oat_cmdline="${dex2oat_cmdline} --output-vdex=$DEX_LOCATION/oat/$ISA/primary.vdex"
1000 …vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --dump-timings --dm-file=$DEX_LOCATION/oat/$ISA/$nam…
1012 dex2oat_cmdline=$(echo $dex2oat_cmdline)
1023 base_dex2oat_cmdline="$dex2oat_cmdline"
[all …]
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1137 const char* dex2oat_cmdline = in DumpB74410240ClassData() local
1140 << "; " << (dex2oat_cmdline != nullptr ? dex2oat_cmdline : "<not recorded>"); in DumpB74410240ClassData()