Searched defs:ArtMethod (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dart_method.h49 class ArtMethod FINAL {
51 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0), function in class:art::FINAL
54 ArtMethod(const ArtMethod& src, size_t image_pointer_size) { function in class:art::FINAL
58 static ArtMethod* FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
74 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, declaring_class_));
198 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_);
202 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
225 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_methods_);
229 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types
[all...]
H A Dclass_linker.cc104 ArtMethod* method = self->GetCurrentMethod(nullptr);
118 ArtMethod* exception_init_method = exception_class->FindDeclaredDirectMethod(
519 // Run Class, ArtField, and ArtMethod through FindSystemClass. This initializes their
1019 static void SanityCheckArtMethod(ArtMethod* m, mirror::Class* expected_class,
1042 auto* method = arr->GetElementPtrSize<ArtMethod*>(j, pointer_size);
1192 const auto art_method_size = ArtMethod::ObjectSize(image_pointer_size_);
1194 auto* method = reinterpret_cast<ArtMethod*>(space->Begin() + pos + methods.Offset());
1254 // Argument for how root visiting deals with ArtField and ArtMethod roots.
1257 // This case is easy to handle since the reference members of ArtMethod and ArtFields are held
1264 // suspend points between the point which we allocate ArtMethod array
4939 new(miranda_method) ArtMethod(*interface_method, image_pointer_size_); variable
[all...]

Completed in 139 milliseconds