Home
last modified time | relevance | path

Searched refs:kArtMethodArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dlinear_alloc.h31 kArtMethodArray, enumerator
Druntime_image.cc64 kArtMethodArray, enumerator
695 case NativeRelocationKind::kArtMethodArray: { in NativeLocationInImage()
895 std::make_pair(NativeRelocationKind::kArtMethodArray, offset)); in CopyMethodArrays()
Dclass_linker.cc3743 void* array_storage = allocator->Alloc(self, storage_size, LinearAllocKind::kArtMethodArray); in AllocArtMethodArray()
7897 self_, old_methods, old_methods_ptr_size, new_size, LinearAllocKind::kArtMethodArray)); in ReallocMethods()
/art/runtime/gc/collector/
Dmark_compact.cc2619 case LinearAllocKind::kArtMethodArray: in VisitObject()