HomeSort by relevance Sort by last modified time
    Searched defs:is_r6 (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/mips/
relative_patcher_mips.h 29 : is_r6(features->IsR6()) {}
50 bool is_r6; member in class:art::linker::FINAL
  /art/compiler/optimizing/
code_generator_mips.cc 719 bool is_r6 = mips_codegen->GetInstructionSetFeatures().IsR6(); variable
722 if (is_r6) {
729 if (is_r6) {
3752 const bool is_r6 = codegen_->GetInstructionSetFeatures().IsR6(); local
6386 bool is_r6 = codegen_->GetInstructionSetFeatures().IsR6(); local
7686 bool is_r6 = codegen_->GetInstructionSetFeatures().IsR6(); local
7805 bool is_r6 = GetInstructionSetFeatures().IsR6(); local
    [all...]

Completed in 147 milliseconds