HomeSort by relevance Sort by last modified time
    Searched refs:dex2oat_isa_features (Results 1 - 3 of 3) sorted by null

  /art/runtime/arch/
instruction_set_features_test.cc 78 std::string dex2oat_isa_features = android::base::GetProperty(features_key, ""); local
79 if (!dex2oat_isa_features.empty()) {
88 base_features->AddFeaturesFromString(dex2oat_isa_features, &error_msg));
  /frameworks/base/core/jni/
AndroidRuntime.cpp 633 char dex2oat_isa_features[sizeof("--instruction-set-features=") -1 + PROPERTY_VALUE_MAX]; local
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 264 char dex2oat_isa_features[kPropertyValueMax]; local
266 dex2oat_isa_features, NULL) > 0;
362 sprintf(instruction_set_features_arg, "--instruction-set-features=%s", dex2oat_isa_features);
    [all...]

Completed in 77 milliseconds