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

  /art/compiler/dex/quick/
quick_cfi_test.cc 92 if (m2l->num_core_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
94 m2l->num_core_spills_++;
codegen_util.cc 355 LOG(INFO) << "CoreSpills : " << num_core_spills_;
    [all...]
mir_to_lir.cc 459 num_core_spills_ = 0;
    [all...]
mir_to_lir.h 1823 int num_core_spills_; member in class:art::Mir2Lir
    [all...]
ralloc_util.cc 266 num_core_spills_++;
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 369 int spill_count = num_core_spills_ + num_fp_spills_;
429 cfi_.AdjustCFAOffset(num_core_spills_ * kArmPointerSize);
531 int spill_count = num_core_spills_ + num_fp_spills_;
569 cfi_.AdjustCFAOffset(-num_core_spills_ * kArmPointerSize);
593 num_core_spills_ = 3u;
target_arm.cc 646 num_core_spills_++;
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 292 num_core_spills_ = 3u;
295 num_core_spills_ = 1u;
target_x86.cc 467 num_core_spills_++;
736 if (num_core_spills_ == 0) {
742 frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
757 if (num_core_spills_ == 0) {
762 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
781 (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
797 (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
    [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 326 const int spill_count = num_core_spills_ + num_fp_spills_;
429 num_core_spills_ = 1u;
target_arm64.cc 671 num_core_spills_++;
  /art/compiler/dex/quick/mips/
call_mips.cc 250 int spill_count = num_core_spills_ + num_fp_spills_;
390 num_core_spills_ = 1u;
target_mips.cc 518 num_core_spills_++;
845 if (num_core_spills_ == 0) {
850 int offset = num_core_spills_ * ptr_size;
865 if (num_core_spills_ == 0) {
    [all...]

Completed in 250 milliseconds