Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar859 dex2oat_cmdline="true"
955 dex2oat_cmdline="$INVOKE_WITH $ANDROID_ART_BIN_DIR/$dex2oat_binary \
965 dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
977dex2oat_cmdline="timeout -k ${DEX2OAT_TIMEOUT}s -s SIGRTMIN+2 ${DEX2OAT_RT_TIMEOUT}s ${dex2oat_cmd…
980 …vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --input-vdex=$DEX_LOCATION/oat/$ISA/$name.vdex --out…
986 vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --input-vdex=$DEX_LOCATION/oat/$ISA/$name.vdex"
989dex2oat_cmdline="${dex2oat_cmdline} --copy-dex-files=false --output-vdex=$DEX_LOCATION/oat/$ISA/pr…
991 …vdex_cmdline="${dex2oat_cmdline} ${VDEX_ARGS} --dump-timings --dm-file=$DEX_LOCATION/oat/$ISA/$nam…
1003 dex2oat_cmdline=$(echo $dex2oat_cmdline)
1014 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()