Home | History | Annotate | Download | only in x86

Lines Matching full:rl_method

1077   RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
1078 if (rl_method.wide) {
1079 LoadValueDirectWideFixed(rl_method, reg);
1081 LoadValueDirectFixed(rl_method, reg);
2647 RegLocation rl_method = mir_graph_->GetMethodLoc();
2652 if (rl_method.location == kLocPhysReg) {
2654 LoadRefDisp(rl_method.reg, mirror::ArtMethod::DeclaringClassOffset().Int32Value(),
2657 LoadRefDisp(rl_method.reg, mirror::ArtMethod::DexCacheResolvedTypesOffset().Int32Value(),