Home
last modified time | relevance | path

Searched refs:IsTemp (Results 1 – 18 of 18) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc149 info->IsTemp(), info->InUse(), info->IsWide(), info->Partner().GetReg(), info->IsLive(), in DumpRegPool()
180 if (info->IsTemp() && !info->IsDead()) { in Clobber()
296 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedCoreReg()
329 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedFpReg()
361 if (info->IsTemp() && !info->InUse() && info->IsDead()) { in AllocTempBody()
386 if (info->IsTemp() && !info->InUse()) { in AllocTempBody()
524 if (info_low->IsTemp()) { in AllocLiveReg()
527 if (info_high->IsTemp()) { in AllocLiveReg()
532 if (info->IsTemp()) { in AllocLiveReg()
555 if (p->IsTemp()) { in FreeTemp()
[all …]
Dgen_loadstore.cc31 if (IsTemp(r_dest)) { in LoadConstant()
392 if (IsTemp(loc.reg)) { in ForceTemp()
411 if (IsTemp(loc.reg)) { in ForceTempWide()
419 if (IsTemp(loc.reg.GetLow())) { in ForceTempWide()
426 if (IsTemp(loc.reg.GetHigh())) { in ForceTempWide()
Dmir_to_lir-inl.h28 DCHECK(p->IsTemp()); in ClobberBody()
Dgen_common.cc494 if (IsTemp(rl_arg.reg)) { in GenFilledNewArray()
545 if (IsTemp(rl_method.reg)) { in GenSput()
897 DCHECK(!IsTemp(rl_method.reg)); in GenConstString()
1074 if (IsTemp(result_reg)) { in GenInstanceofFinal()
Dmir_to_lir.h377 bool IsTemp() { return is_temp_; } in IsTemp() function
391 int SReg() { return (!IsTemp() || IsLive()) ? s_reg_ : INVALID_SREG; } in SReg()
763 virtual bool IsTemp(RegStorage reg);
/art/compiler/dex/quick/arm/
Dint_arm.cc816 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp()); in GenInlinedCas()
828 bool expected_is_good_reg = expected_is_core_reg && !IsTemp(expected_reg); in GenInlinedCas()
829 bool new_value_is_good_reg = new_value_is_core_reg && !IsTemp(new_val_reg); in GenInlinedCas()
1197 !IsTemp(rl_dest.reg.GetLow()) && !IsTemp(rl_dest.reg.GetHigh()); in GenMulLong()
1198 bool src1_promoted = !IsTemp(rl_src1.reg.GetLow()) && !IsTemp(rl_src1.reg.GetHigh()); in GenMulLong()
1199 bool src2_promoted = !IsTemp(rl_src2.reg.GetLow()) && !IsTemp(rl_src2.reg.GetHigh()); in GenMulLong()
1408 } else if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut()
Dtarget_arm.cc774 if (p->InUse() || p->IsTemp()) { in AllocPreservedDouble()
789 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedDouble()
814 if (!info->IsTemp() && !info->InUse()) { in AllocPreservedSingle()
Dcall_arm.cc444 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp()); in GenEntrySequence()
/art/compiler/dex/quick/x86/
Dint_x86.cc480 if (IsTemp(low_reg)) { in GenFusedLongCmpImmBranch()
509 if (IsTemp(high_reg)) { in GenFusedLongCmpImmBranch()
1066 if (IsTemp(result_reg)) { in GenInlinedCas()
1720 if (IsTemp(rl_src1.reg)) { in GenLongArith()
1725 if (!IsTemp(rl_src2.reg)) { in GenLongArith()
1739 if (IsTemp(rl_src1.reg.GetLow()) && IsTemp(rl_src1.reg.GetHigh())) { in GenLongArith()
1744 if (!(IsTemp(rl_src2.reg.GetLow()) && IsTemp(rl_src2.reg.GetHigh()))) { in GenLongArith()
2685 if (IsTemp(result_reg)) { in GenInstanceofFinal()
Dfp_x86.cc140 if (reg_info != nullptr && reg_info->IsTemp()) { in GenLongToFP()
359 if (reg_info != nullptr && reg_info->IsTemp()) { in GenRemFP()
374 if (reg_info != nullptr && reg_info->IsTemp()) { in GenRemFP()
Dutility_x86.cc1028 if (GetRegInfo(loc.reg)->IsTemp()) { in UpdateLocTyped()
1042 if (GetRegInfo(loc.reg)->IsTemp()) { in UpdateLocWideTyped()
/art/compiler/dex/quick/mips/
Dint_mips.cc573 if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut()
/art/runtime/mirror/
Dclass-inl.h614 if (!IsTemp()) { in VisitReferences()
Dclass.cc132 if (IsTemp()) { in SetStatus()
Dobject-inl.h793 DCHECK(!klass->IsTemp()); in VisitStaticFieldsReferences()
Dclass.h311 bool IsTemp() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsTemp() function
/art/runtime/
Dclass_linker.cc1967 if (init_done_ && klass->IsTemp()) { in EnsureResolved()
3279 if (kIsDebugBuild && !klass->IsTemp() && klass->GetClassLoader() == nullptr && in InsertClass()
3311 CHECK(!klass->IsTemp()) << descriptor; in UpdateClass()
4462 if (!klass->IsTemp() || (!init_done_ && klass->GetClassSize() == class_size)) { in LinkClass()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1225 } else if (IsTemp(rl_array.reg) && !card_mark) { in GenArrayPut()