Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h157 std::vector<InstructionSet> GetBootClasspathIsas() const { in GetBootClasspathIsas() function
Dodrefresh.cc647 for (InstructionSet isa : odr.Config().GetBootClasspathIsas()) { in CompileAll()
1662 for (InstructionSet isa : config_.GetBootClasspathIsas()) { in CheckArtifactsAreUpToDate()
2183 const std::vector<InstructionSet>& bcp_instruction_sets = config_.GetBootClasspathIsas(); in Compile()