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

  /art/compiler/dex/quick/mips/
target_mips.cc 340 num_core_spills_++;
528 if (num_core_spills_ == 0) {
532 int offset = num_core_spills_ * 4;
543 if (num_core_spills_ == 0) {
call_mips.cc 290 int spill_count = num_core_spills_ + num_fp_spills_;
  /art/compiler/dex/quick/arm/
call_arm.cc 341 int spill_count = num_core_spills_ + num_fp_spills_;
472 int spill_count = num_core_spills_ + num_fp_spills_;
target_arm.cc 619 num_core_spills_++;
  /art/compiler/dex/quick/arm64/
call_arm64.cc 340 const int spill_count = num_core_spills_ + num_fp_spills_;
target_arm64.cc 646 num_core_spills_++;
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 442 num_core_spills_++;
691 if (num_core_spills_ == 0) {
696 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
708 if (num_core_spills_ == 0) {
713 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * num_core_spills_);
729 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
743 int offset = frame_size_ - (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_));
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 325 LOG(INFO) << "CoreSpills : " << num_core_spills_;
    [all...]
mir_to_lir.cc 363 num_core_spills_ = 0;
    [all...]
mir_to_lir.h 1720 int num_core_spills_; member in class:art::Mir2Lir
    [all...]
ralloc_util.cc 280 num_core_spills_++;
    [all...]

Completed in 77 milliseconds