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

  /art/compiler/dex/quick/
ralloc_util.cc 149 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()) {
    [all...]
gen_loadstore.cc 32 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())) {
quick_cfi_test.cc 92 if (m2l->num_core_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
98 if (m2l->num_fp_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
mir_to_lir-inl.h 30 DCHECK(p->IsTemp());
mir_to_lir.h 356 bool IsTemp() { return is_temp_; }
370 int SReg() { return (!IsTemp() || IsLive()) ? s_reg_ : INVALID_SREG; }
733 virtual bool IsTemp(RegStorage reg);
    [all...]
gen_common.cc 645 if (IsTemp(rl_arg.reg)) {
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 288 DCHECK(!IsTemp(rs_rSI));
289 DCHECK(!IsTemp(rs_rDI));
int_x86.cc 484 if (IsTemp(low_reg)) {
513 if (IsTemp(high_reg)) {
    [all...]
fp_x86.cc 156 if (reg_info != nullptr && reg_info->IsTemp()) {
379 if (reg_info != nullptr && reg_info->IsTemp()) {
394 if (reg_info != nullptr && reg_info->IsTemp()) {
utility_x86.cc 600 if (IsTemp(r_pc)) {
    [all...]
target_x86.cc     [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 229 bool IsTemp() const { return is_temp_; }
235 DCHECK(IsTemp());
    [all...]
ssa_liveness_analysis.cc 326 if (IsTemp()) return kNoRegister;
register_allocator.cc 741 DCHECK(!inactive->IsTemp() && !inactive->IsSlowPathSafepoint());
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 850 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);
    [all...]
call_arm.cc 491 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp());
589 DCHECK(!IsTemp(rs_r5));
590 DCHECK(!IsTemp(rs_r6));
target_arm.cc 853 if (p->InUse() || p->IsTemp()) {
867 if (!info->IsTemp() && !info->InUse()) {
891 if (!info->IsTemp() && !info->InUse()) {
    [all...]
  /art/runtime/mirror/
class.cc 126 if (h_this->IsTemp()) {
    [all...]
class.h 309 bool IsTemp() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
    [all...]
object-inl.h     [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 768 if (IsTemp(rl_array.reg) && !card_mark) {
  /art/runtime/
class_linker.cc     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]

Completed in 2450 milliseconds