HomeSort by relevance Sort by last modified time
    Searched refs:IsTemp (Results 1 - 18 of 18) 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()) {
296 if (!info->IsTemp() && !info->InUse()) {
329 if (!info->IsTemp() && !info->InUse()) {
361 if (info->IsTemp() && !info->InUse() && info->IsDead()) {
386 if (info->IsTemp() && !info->InUse()) {
524 if (info_low->IsTemp()) {
527 if (info_high->IsTemp()) {
532 if (info->IsTemp()) {
555 if (p->IsTemp()) {
    [all...]
gen_loadstore.cc 31 if (IsTemp(r_dest)) {
392 if (IsTemp(loc.reg)) {
411 if (IsTemp(loc.reg)) {
419 if (IsTemp(loc.reg.GetLow())) {
426 if (IsTemp(loc.reg.GetHigh())) {
mir_to_lir-inl.h 28 DCHECK(p->IsTemp());
mir_to_lir.h 377 bool IsTemp() { return is_temp_; }
391 int SReg() { return (!IsTemp() || IsLive()) ? s_reg_ : INVALID_SREG; }
    [all...]
gen_common.cc 490 if (IsTemp(rl_arg.reg)) {
541 if (IsTemp(rl_method.reg)) {
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 808 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp());
820 bool expected_is_good_reg = expected_is_core_reg && !IsTemp(expected_reg);
821 bool new_value_is_good_reg = new_value_is_core_reg && !IsTemp(new_val_reg);
    [all...]
target_arm.cc 773 if (p->InUse() || p->IsTemp()) {
788 if (!info->IsTemp() && !info->InUse()) {
813 if (!info->IsTemp() && !info->InUse()) {
call_arm.cc 444 DCHECK(!GetRegInfo(rs_rARM_LR)->IsTemp());
  /art/compiler/dex/quick/x86/
fp_x86.cc 140 if (reg_info != nullptr && reg_info->IsTemp()) {
359 if (reg_info != nullptr && reg_info->IsTemp()) {
374 if (reg_info != nullptr && reg_info->IsTemp()) {
int_x86.cc 480 if (IsTemp(low_reg)) {
509 if (IsTemp(high_reg)) {
    [all...]
utility_x86.cc     [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 573 if (IsTemp(rl_array.reg) && !card_mark) {
  /art/runtime/mirror/
class-inl.h 593 if (!IsTemp()) {
class.cc 134 if (IsTemp()) {
object-inl.h 788 DCHECK(!klass->IsTemp());
    [all...]
class.h 306 bool IsTemp() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]

Completed in 442 milliseconds