HomeSort by relevance Sort by last modified time
    Searched defs:rl_method (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 86 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); local
87 if (rl_method.wide) {
88 rl_method = LoadValueWide(rl_method, kCoreReg);
90 rl_method = LoadValue(rl_method, kCoreReg);
92 start_of_method_reg = rl_method.reg;
160 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); local
161 if (rl_method.wide) {
162 LoadValueDirectWide(rl_method, method_start)
    [all...]
utility_x86.cc 579 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); local
580 if (rl_method.wide) {
581 rl_method = LoadValueWide(rl_method, kCoreReg);
583 rl_method = LoadValue(rl_method, kCoreReg);
591 res = LoadBaseDisp(rl_method.reg, 256 /* bogus */, RegStorage::FloatSolo64(low_reg_val),
595 Clobber(rl_method.reg);
    [all...]
int_x86.cc 1077 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); local
2649 RegLocation rl_method = mir_graph_->GetMethodLoc(); local
    [all...]
target_x86.cc 1811 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 541 RegLocation rl_method = LoadCurrMethod(); local
543 LoadRefDisp(rl_method.reg, mirror::ArtMethod::DeclaringClassOffset().Int32Value(), r_base,
545 if (IsTemp(rl_method.reg)) {
546 FreeTemp(rl_method.reg);
630 RegLocation rl_method = LoadCurrMethod(); local
632 LoadRefDisp(rl_method.reg, mirror::ArtMethod::DeclaringClassOffset().Int32Value(), r_base,
822 RegLocation rl_method = LoadCurrMethod(); local
823 CheckRegLocation(rl_method);
831 CallRuntimeHelperImmReg(kQuickInitializeTypeAndVerifyAccess, type_idx, rl_method.reg, true)
893 RegLocation rl_method = mir_graph_->GetMethodLoc(); local
959 RegLocation rl_method = LoadCurrMethod(); local
    [all...]

Completed in 66 milliseconds