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

  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 403 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); local
410 if (target_method.dex_file == method_ref.dex_file &&
411 target_method.dex_method_index == method_ref.dex_method_index) {
417 auto result = provider_->FindMethodOffset(target_method);
  /art/compiler/dex/
inline_method_analyser.cc 148 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( local
150 if (kIsDebugBuild && target_method != nullptr) {
151 CHECK(!target_method->IsStatic());
152 CHECK(target_method->IsConstructor());
153 CHECK(target_method->GetDeclaringClass() == method->GetDeclaringClass() ||
154 target_method->GetDeclaringClass() == method->GetDeclaringClass()->GetSuperClass());
156 return target_method;
308 ArtMethod* target_method = GetTargetConstructor(method, instruction); local
309 if (target_method == nullptr) {
314 if (target_method->GetDeclaringClass() == method->GetDeclaringClass() &
    [all...]
  /art/runtime/
method_handles.cc 656 ArtMethod* target_method)
660 // For virtual and interface methods ensure target_method points to
670 ObjPtr<mirror::Class> declaring_class(target_method->GetDeclaringClass());
679 target_method, kRuntimePointerSize);
684 if (target_method->IsConstructor() && target_method->GetDeclaringClass()->IsStringClass()) {
686 return WellKnownClasses::StringInitToStringFactory(target_method);
689 ObjPtr<mirror::Class> declaring_class = target_method->GetDeclaringClass();
698 uint16_t vtable_index = target_method->GetMethodIndex();
701 // Note that super_class is a super of referrer_class and target_method
730 ArtMethod* target_method = method_handle->GetTargetMethod(); local
1060 ArtMethod* target_method = method_handle->GetTargetMethod(); local
    [all...]
class_linker.cc 8394 ArtMethod* target_method = nullptr; local
    [all...]

Completed in 79 milliseconds