HomeSort by relevance Sort by last modified time
    Searched refs:GetArtMethod (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
abstract_method.cc 35 ArtMethod* AbstractMethod::GetArtMethod() {
abstract_method.h 39 ArtMethod* GetArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/entrypoints/
entrypoint_utils.cc 280 mirror::Class* result_type = h_interface_method->GetArtMethod()->GetReturnType();
298 interface_method->GetArtMethod(), sizeof(void*));
  /art/runtime/
art_method.cc 54 return abstract_method->GetArtMethod();
reflection.cc 573 ArtMethod* m = abstract_method->GetArtMethod();
    [all...]
class_linker.cc     [all...]
  /art/patchoat/
patchoat.cc 638 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
    [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 334 milliseconds