Home | History | Annotate | Download | only in quick

Lines Matching refs:type_idx_

853                    LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
860 m2l_->CallRuntimeHelperImmReg(kQuickInitializeType, type_idx_, rl_method_.reg, true);
866 const int type_idx_;
1126 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, cont), type_idx_(type_idx),
1133 m2l_->CallRuntimeHelperImm(kQuickInitializeType, type_idx_, true);
1140 uint32_t type_idx_;
1271 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
1280 m2l_->CallRuntimeHelperImmReg(kQuickInitializeType, type_idx_,
1287 const int type_idx_;