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

  /art/dex2oat/
dex2oat.cc 353 const CompilerDriver* CreateOatFile(const std::string& boot_image_option,
375 if (!boot_image_option.empty()) {
1145 std::string boot_image_option; local
    [all...]
  /art/oatdump/
oatdump.cc 1792 std::string boot_image_option; local
    [all...]
  /art/runtime/
class_linker.cc 613 std::string boot_image_option("--boot-image=");
621 boot_image_option += heap->GetImageSpace()->GetImageLocation();
657 argv.push_back(boot_image_option);
    [all...]

Completed in 687 milliseconds