HomeSort by relevance Sort by last modified time
    Searched refs:core_spill_mask_ (Results 1 - 6 of 6) sorted by null

  /art/runtime/quick/
quick_method_frame_info.h 30 core_spill_mask_(0u),
37 core_spill_mask_(core_spill_mask),
46 return core_spill_mask_;
59 uint32_t core_spill_mask_; variable
  /art/compiler/optimizing/
code_generator.h 217 uint32_t GetCoreSpillMask() const { return core_spill_mask_; }
225 core_spill_mask_ = allocated_registers_.GetCoreRegisters() & core_callee_save_mask_;
226 DCHECK_NE(core_spill_mask_, 0u) << "At least the return address register must be saved";
500 core_spill_mask_(0),
542 return POPCOUNT(core_spill_mask_) * GetWordSize();
584 uint32_t core_spill_mask_; member in class:art::CodeGenerator
code_generator_arm.cc 916 __ cfi().RelOffsetForMany(DWARFReg(kMethodRegisterArgument), 0, core_spill_mask_, kArmWordSize); local
    [all...]
code_generator_arm64.cc     [all...]
  /art/compiler/
compiled_method.cc 113 frame_size_in_bytes_(frame_size_in_bytes), core_spill_mask_(core_spill_mask),
compiled_method.h 405 return core_spill_mask_;
432 const uint32_t core_spill_mask_; member in class:art::FINAL

Completed in 72 milliseconds