Searched refs:IsTemp (Results 1 - 23 of 23) sorted by relevance

/art/compiler/dex/quick/
H A Dralloc_util.cc149 info->IsTemp(), info->InUse(), info->IsWide(), info->Partner().GetReg(), info->IsLive(),
180 if (info->IsTemp() && !info->IsDead()) {
281 if (!info->IsTemp() && !info->InUse()) {
313 if (!info->IsTemp() && !info->InUse()) {
346 if (info->IsTemp() && !info->InUse() && info->IsDead()) {
372 if (info->IsTemp() && !info->InUse()) {
509 if (info_low->IsTemp()) {
512 if (info_high->IsTemp()) {
517 if (info->IsTemp()) {
540 if (p->IsTemp()) {
576 bool Mir2Lir::IsTemp(RegStorage reg) { function in class:art::Mir2Lir
[all...]
H A Dgen_loadstore.cc32 if (IsTemp(r_dest)) {
357 DCHECK(!IsTemp(rl_method.reg));
375 if (IsTemp(loc.reg)) {
394 if (IsTemp(loc.reg)) {
402 if (IsTemp(loc.reg.GetLow())) {
409 if (IsTemp(loc.reg.GetHigh())) {
H A Dquick_cfi_test.cc92 if (m2l->num_core_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
98 if (m2l->num_fp_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
H A Dmir_to_lir-inl.h30 DCHECK(p->IsTemp());
H A Dmir_to_lir.h356 bool IsTemp() { return is_temp_; } function in class:art::Mir2Lir::RegisterInfo
370 int SReg() { return (!IsTemp() || IsLive()) ? s_reg_ : INVALID_SREG; }
733 virtual bool IsTemp(RegStorage reg);
H A Dgen_common.cc645 if (IsTemp(rl_arg.reg)) {
1207 if (IsTemp(result_reg)) {
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc288 DCHECK(!IsTemp(rs_rSI));
289 DCHECK(!IsTemp(rs_rDI));
H A Dint_x86.cc484 if (IsTemp(low_reg)) {
513 if (IsTemp(high_reg)) {
917 if (IsTemp(rl_src1.reg.GetLow()) &&
924 if (IsTemp(rl_src1.reg.GetHigh()) &&
948 DCHECK(IsTemp(rl_src2.reg.GetLow()) &&
949 IsTemp(rl_src2.reg.GetHigh()) &&
950 IsTemp(rl_result.reg.GetLow()) &&
951 IsTemp(rl_result.reg.GetHigh()));
1271 if (IsTemp(result_reg)) {
2092 if (IsTemp(rl_src
[all...]
H A Dfp_x86.cc156 if (reg_info != nullptr && reg_info->IsTemp()) {
379 if (reg_info != nullptr && reg_info->IsTemp()) {
394 if (reg_info != nullptr && reg_info->IsTemp()) {
H A Dutility_x86.cc600 if (IsTemp(r_pc)) {
1092 if (GetRegInfo(loc.reg)->IsTemp()) {
1106 if (GetRegInfo(loc.reg)->IsTemp()) {
H A Dtarget_x86.cc1581 if (IsTemp(r_pc)) {
2493 DCHECK(info->IsTemp());
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h229 bool IsTemp() const { return is_temp_; } function in class:art::LiveInterval
235 DCHECK(IsTemp());
1142 DCHECK(temp->IsTemp());
1150 DCHECK(temp->IsTemp());
H A Dssa_liveness_analysis.cc326 if (IsTemp()) return kNoRegister;
H A Dregister_allocator.cc741 DCHECK(!inactive->IsTemp() && !inactive->IsSlowPathSafepoint());
942 DCHECK(!inactive->IsTemp() && !inactive->IsSlowPathSafepoint());
/art/compiler/dex/quick/arm/
H A Dint_arm.cc850 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp());
862 bool expected_is_good_reg = expected_is_core_reg && !IsTemp(expected_reg);
863 bool new_value_is_good_reg = new_value_is_core_reg && !IsTemp(new_val_reg);
1277 !IsTemp(rl_dest.reg.GetLow()) && !IsTemp(rl_dest.reg.GetHigh());
1278 bool src1_promoted = !IsTemp(rl_src1.reg.GetLow()) && !IsTemp(rl_src1.reg.GetHigh());
1279 bool src2_promoted = !IsTemp(rl_src2.reg.GetLow()) && !IsTemp(rl_src2.reg.GetHigh());
1488 } else if (IsTemp(rl_arra
[all...]
H A Dcall_arm.cc491 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp());
589 DCHECK(!IsTemp(rs_r5));
590 DCHECK(!IsTemp(rs_r6));
H A Dtarget_arm.cc853 if (p->InUse() || p->IsTemp()) {
867 if (!info->IsTemp() && !info->InUse()) {
891 if (!info->IsTemp() && !info->InUse()) {
/art/runtime/mirror/
H A Dclass.cc126 if (h_this->IsTemp()) {
H A Dclass.h309 bool IsTemp() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
H A Dobject-inl.h992 DCHECK(!klass->IsTemp());
/art/compiler/dex/quick/mips/
H A Dint_mips.cc768 if (IsTemp(rl_array.reg) && !card_mark) {
/art/runtime/
H A Dclass_linker.cc1535 if (init_done_ && klass->IsTemp()) {
2769 if (kIsDebugBuild && !klass->IsTemp() && klass->GetClassLoader() == nullptr &&
2809 CHECK(!klass->IsTemp()) << descriptor;
4056 if (!klass->IsTemp() || (!init_done_ && klass->GetClassSize() == class_size)) {
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1281 } else if (IsTemp(rl_array.reg) && !card_mark) {

Completed in 1377 milliseconds