Home
last modified time | relevance | path

Searched refs:oat_boot_class_path (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h235 std::string_view oat_boot_class_path,
247 std::string_view oat_boot_class_path,
Dimage_space.cc3180 const char* oat_boot_class_path = in OpenOatFile() local
3182 oat_boot_class_path = (oat_boot_class_path != nullptr) ? oat_boot_class_path : ""; in OpenOatFile()
3189 if (oat_boot_class_path[0] != 0 || oat_boot_class_path_checksums[0] != 0) { in OpenOatFile()
3192 oat_boot_class_path, in OpenOatFile()
3200 if (expected_boot_class_path != oat_boot_class_path) { in OpenOatFile()
3203 oat_boot_class_path, in OpenOatFile()
3212 oat_boot_class_path, in OpenOatFile()
3218 oat_boot_class_path, in OpenOatFile()
3869 static size_t CheckAndCountBCPComponents(std::string_view oat_boot_class_path, in CheckAndCountBCPComponents() argument
3874 std::string_view remaining_bcp(oat_boot_class_path); in CheckAndCountBCPComponents()
[all …]
/art/runtime/
Doat_file_assistant.cc603 const char* oat_boot_class_path = in ValidateBootClassPathChecksums() local
605 if (oat_boot_class_path_checksums == nullptr || oat_boot_class_path == nullptr) { in ValidateBootClassPathChecksums()
609 std::string_view oat_boot_class_path_view(oat_boot_class_path); in ValidateBootClassPathChecksums()
Druntime.cc1270 const char* oat_boot_class_path = oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in Init() local
1271 if (oat_boot_class_path != nullptr) { in Init()
1272 Split(oat_boot_class_path, ':', &boot_class_path_); in Init()