Lines Matching refs:target_method

495                           int state, const MethodReference& target_method,
508 cg->LoadCodeAddress(target_method, type, kInvokeTgt);
513 cg->LoadMethodAddress(target_method, type, kArg0);
536 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
537 cg->LoadCodeAddress(target_method, type, kInvokeTgt);
542 CHECK_EQ(cu->dex_file, target_method.dex_file);
544 ObjArray::OffsetOfElement(target_method.dex_method_index).Int32Value(),
572 int state, const MethodReference& target_method,
614 const MethodReference& target_method,
621 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
622 cg->LoadConstant(cg->TargetReg(kHiddenArg, kNotWide), target_method.dex_method_index);
654 const MethodReference& target_method, uint32_t method_idx) {
674 CHECK_EQ(cu->dex_file, target_method.dex_file);
675 cg->LoadConstant(cg->TargetReg(kArg0, kNotWide), target_method.dex_method_index);
683 const MethodReference& target_method,
687 target_method, 0);
691 const MethodReference& target_method,
695 target_method, 0);
699 const MethodReference& target_method,
703 target_method, 0);
707 const MethodReference& target_method,
711 target_method, 0);
716 const MethodReference& target_method,
720 target_method, 0);
725 const MethodReference& target_method,
753 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
768 const MethodReference& target_method,
777 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
810 call_state = next_call_insn(cu_, info, call_state, target_method,
817 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
835 call_state = next_call_insn(cu_, info, call_state, target_method,
849 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
855 target_method, vtable_idx, direct_code, direct_method,
905 const MethodReference& target_method,
911 next_call_insn, target_method, vtable_idx,
952 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
962 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
965 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
973 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
1091 target_method, vtable_idx, direct_code, direct_method,
1094 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
1779 MethodReference target_method = method_info.GetTargetMethod();
1782 next_call_insn, target_method, method_info.VTableIndex(),
1787 next_call_insn, target_method, method_info.VTableIndex(),
1793 call_state = next_call_insn(cu_, info, call_state, target_method, method_info.VTableIndex(),
1804 reinterpret_cast<X86Mir2Lir*>(this)->CallWithLinkerFixup(target_method, info->type);