Searched refs:GetBootClasspathIsas (Results 1 – 2 of 2) sorted by relevance
157 std::vector<InstructionSet> GetBootClasspathIsas() const { in GetBootClasspathIsas() function
647 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()