Searched refs:kMethodSize (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | art_method-inl.h | 645 static constexpr size_t kMethodSize = ArtMethod::Size(kPointerSize); 646 ArtMethod* first_method = &array->At(0, kMethodSize, ArtMethod::Alignment(kPointerSize)); 649 + array->size() * kMethodSize)); 654 size_t remainder = (start_boundary - declaring_class) % kMethodSize; 657 declaring_class += kMethodSize - remainder; 663 declaring_class += kMethodSize;
|
D | class_linker.cc | 7487 kMethodSize, in ClobberOldMethods() 7511 ArtMethod& m = methods->At(old_method_count + i, kMethodSize, kMethodAlignment); in LogNewVirtuals() 8036 static constexpr size_t kMethodSize = ArtMethod::Size(kPointerSize); member in art::ClassLinker::LinkMethodsHelper 8088 kMethodSize, in ReallocMethods() 8091 kMethodSize, in ReallocMethods() 8101 StrideIterator<ArtMethod> out = methods->begin(kMethodSize, kMethodAlignment); in ReallocMethods() 8159 ArtMethod& new_method = methods->At(old_method_count + i, kMethodSize, kMethodAlignment); in ReallocMethods() 8261 reinterpret_cast<uintptr_t>(&new_methods->At(0, kMethodSize, kMethodAlignment)); in FinalizeIfTable() 8262 imt_methods_size = new_methods->size() * kMethodSize; in FinalizeIfTable()
|