Lines Matching refs:ArtMethod

706   const void* GetQuickOatCode(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) {  in GetQuickOatCode()
1513 ArtMethod* method = runtime->GetClassLinker()->ResolveMethodWithoutInvokeType( in DumpVerifier()
1718 ArtMethod* m = reinterpret_cast<ArtMethod*>(address); in DumpDataBimgRelRoEntries()
1956 image_header_.VisitPackedArtMethods([&](ArtMethod& method) in Dump()
2139 const void* GetQuickOatCodeBegin(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in GetQuickOatCodeBegin()
2156 uint32_t GetQuickOatCodeSize(ArtMethod* m) in GetQuickOatCodeSize()
2167 const void* GetQuickOatCodeEnd(ArtMethod* m) in GetQuickOatCodeEnd()
2259 ArtMethod* elem = mirror::DexCache::GetNativePairPtrSize( in DumpObject()
2280 msg = reinterpret_cast<ArtMethod*>(elem)->PrettyMethod(); in DumpObject()
2359 void DumpMethod(ArtMethod* method, std::ostream& indent_os) in DumpMethod()
2391 indent_os << ArtMethod::PrettyMethod(table->GetImplementationMethod(i, pointer_size)) in DumpMethod()
2441 vmap_table_bytes + quick_oat_code_size + ArtMethod::Size(image_header_.GetPointerSize()); in DumpMethod()
2490 std::vector<ArtMethod*> method_outlier;
2527 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) { in ComputeOutliers()
2581 os << ArtMethod::PrettyMethod(method_outlier[j]) << " requires storage of " in DumpOutliers()
2621 os << ArtMethod::PrettyMethod(method_outlier[j]) << " expanded code by " in DumpOutliers()
3093 ArtMethod* ptr = im_table->Get(imt_index, pointer_size); in DumpImtStats()
3170 ArtMethod* ptr = table->GetInterfaceMethod(table_index, pointer_size); in PrintTable()
3246 ArtMethod* ptr = imt->Get(index, pointer_size); in DumpIMTForClass()
3267 for (ArtMethod& iface_method : iface->GetVirtualMethods(pointer_size)) { in DumpIMTForClass()
3304 ArtMethod* ptr = imt->Get(index, pointer_size); in DumpIMTForMethod()
3317 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()
3347 for (ArtMethod& iface_method : iface->GetMethods(pointer_size)) { in DumpIMTForMethod()