Home
last modified time | relevance | path

Searched defs:bcp_index (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h383 size_t bcp_index; member
388 size_t bcp_index, in ExpandLocationImpl()
398 std::string ExpandLocation(const std::string& location, size_t bcp_index) { in ExpandLocation()
408 std::string GetBcpComponentPath(size_t bcp_index) { in GetBcpComponentPath()
H A Dimage_space.cc1731 size_t bcp_index, in ValidateHeader()
1766 size_t bcp_index, in ValidateOatFile()
1830 size_t bcp_index, in ReadHeader()
1891 size_t bcp_index, in CompileBootclasspathElements()
2114 size_t bcp_index = named_component_locations[i].bcp_index; in Load() local
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.cc80 size_t bcp_index = 0; local
152 const std::vector<std::string>* OatFileAssistantContext::GetBcpChecksums(size_t bcp_index, in GetBcpChecksums()
H A Doat_file_assistant.cc761 size_t bcp_index = 0; in ValidateBootClassPathChecksums() local