Searched refs:GetArtMethod (Results 1 - 14 of 14) sorted by relevance

/art/runtime/lambda/
H A Dart_lambda_method.h42 ArtMethod* GetArtMethod() const { function in class:art::lambda::ArtLambdaMethod
H A Dclosure.cc128 return const_cast<ArtMethod*>(lambda_info_->GetArtMethod());
/art/runtime/mirror/
H A Dabstract_method.cc42 ArtMethod* AbstractMethod::GetArtMethod() { function in class:art::mirror::AbstractMethod
H A Dabstract_method.h41 ArtMethod* GetArtMethod() SHARED_REQUIRES(Locks::mutator_lock_);
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc193 h_interface_method->GetArtMethod()->GetReturnType(true /* resolve */, pointer_size);
211 interface_method->GetArtMethod(), sizeof(void*));
/art/runtime/
H A Dgc_root.h150 ArtMethod* GetArtMethod() const { function in class:art::GcRootSource
H A Dart_method.cc54 return abstract_method->GetArtMethod();
H A Dreflection.cc578 ArtMethod* m = abstract_method->GetArtMethod();
H A Dclass_linker.cc4237 auto* prototype = h_methods->Get(i)->GetArtMethod();
4286 auto* prototype = h_methods->Get(i++)->GetArtMethod();
/art/compiler/optimizing/
H A Dinliner.cc303 ArtMethod* caller = graph_->GetArtMethod();
402 (ic.GetMonomorphicType() == outermost_graph_->GetArtMethod()->GetDeclaringClass());
505 bool is_referrer = (ic.GetTypeAt(i) == outermost_graph_->GetArtMethod()->GetDeclaringClass());
H A Dnodes.h511 ArtMethod* GetArtMethod() const { return art_method_; } function in class:art::HGraph
/art/patchoat/
H A Dpatchoat.cc734 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
/art/compiler/
H A Dimage_writer.cc2073 ArtMethod* src_method = src->GetArtMethod();
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1473 ArtMethod* method = gc_root_source->GetArtMethod();

Completed in 306 milliseconds