Home
last modified time | relevance | path

Searched refs:RoundUp (Results 76 – 97 of 97) sorted by relevance

1234

/art/compiler/optimizing/
Dcode_generator.cc473 first_register_slot_in_slow_path_ = RoundUp( in InitializeCodeGeneration()
483 SetFrameSize(RoundUp( in InitializeCodeGeneration()
677 stack_offset = RoundUp(stack_offset, sizeof(uint64_t)); in CreateStringBuilderAppendLocations()
Dcode_generator.h583 RoundUp(calling_convention_visitor.GetStackOffset(), kNativeStackAlignment); in PrepareCriticalNativeCall()
Dcode_generator_arm_vixl.cc2382 double_index_ = std::max(double_index_, RoundUp(float_index_, 2)); in GetNextLocation()
2451 gpr_index_ = RoundUp(gpr_index_, 2u); in GetNextLocation()
2452 stack_offset_ = RoundUp(stack_offset_, 2 * kFramePointerSize); in GetNextLocation()
9043 reg = RoundUp(reg, 2u); in GetSupportedInvokeStaticOrDirectDispatch()
Dintrinsics_arm_vixl.cc1539 RoundUp(is_compressed ? const_string_length : const_string_length * 2u, 4u); in VisitStringEquals()
Dintrinsics_arm64.cc1461 RoundUp(is_compressed ? const_string_length : const_string_length * 2u, 8u); in VisitStringEquals()
/art/dex2oat/linker/
Dimage_writer.h341 size_t image_end_ = RoundUp(sizeof(ImageHeader), kObjectAlignment);
/art/runtime/gc/
Dheap.cc196 current_heap += RoundUp(current_header.GetImageSize(), kPageSize); in VerifyBootImagesContiguity()
414 heap_reservation_size = RoundUp(heap_reservation_size, kPageSize); in Heap()
2210 prev = object_addr + RoundUp(obj->SizeOf<kDefaultVerifyFlags>(), kObjectAlignment); in BuildBins()
2244 size_t alloc_size = RoundUp(obj_size, kObjectAlignment); in MarkNonForwardedObject()
3998 RoundUp(c->GetObjectSize(), kObjectAlignment) == in CheckPreconditionsForAllocObject()
3999 RoundUp(byte_count, kObjectAlignment))) in CheckPreconditionsForAllocObject()
/art/libprofile/profile/
Dprofile_compilation_info.h633 return RoundUp(ComputeBitmapBits(is_for_boot_image, num_method_ids), kBitsPerByte) / in ComputeBitmapStorage()
/art/runtime/gc/space/
Dlarge_object_space.cc503 const size_t allocation_size = RoundUp(num_bytes, kAlignment); in Alloc()
/art/runtime/
Dart_method.h856 return RoundUp(offsetof(ArtMethod, hotness_count_) + sizeof(hotness_count_), in PtrSizedFieldsOffset()
Delf_file.cc1060 max_vaddr = RoundUp(max_vaddr, kPageSize); in GetLoadedAddressRange()
1491 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
Dclass_linker_test.cc492 size_t expected_size = RoundUp(is_static ? klass->GetClassSize() : klass->GetObjectSize(), in Check()
Dclass_linker.cc668 *field_offset = MemberOffset(RoundUp(field_offset->Uint32Value(), n)); in ShuffleForward()
8524 field_offset = MemberOffset(RoundUp(field_offset.Uint32Value(), 4)); in LinkFields()
8659 uint32_t start_offset = RoundUp(super_class->GetObjectSize(), in CreateReferenceInstanceOffsets()
Dthread.cc713 stack_size = RoundUp(stack_size, kPageSize); in FixStackSize()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h766 RoundUp(HandleScope::SizeOf(num_handle_scope_references) + kJniCookieSize, sizeof(uintptr_t)); in GetGenericJniHandleScope()
/art/openjdkjvmti/
Dti_stack.cc476 size_t rounded_stack_info_size = art::RoundUp(sizeof(jvmtiStackInfo) * data.frames.size(), in GetAllStackTraces()
639 size_t rounded_stack_info_size = art::RoundUp(sizeof(jvmtiStackInfo) * thread_count, in GetThreadListStackTraces()
/art/oatdump/
Doatdump.cc2003 CHECK_EQ(RoundUp(end_objects, kFieldSectionAlignment), field_section.Offset()); in Dump()
2018 CHECK_EQ(RoundUp(end_caches, 8U), intern_section.Offset()); in Dump()
2028 stats_.alignment_bytes += RoundUp(bitmap_offset, kPageSize) - bitmap_offset; in Dump()
2183 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; in DumpObject()
/art/runtime/hprof/
Dhprof.cc480 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB)) in Dump()
/art/runtime/mirror/
Dclass.h830 RoundUp(EmbeddedVTableLengthOffset().Uint32Value() + sizeof(uint32_t), in ImtPtrOffset()
Dclass.cc282 h_this->SetObjectSizeAllocFastPath(RoundUp(h_this->GetObjectSize(), kObjectAlignment)); in SetStatus()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc423 fpr_double_index_ = std::max(fpr_double_index_, RoundUp(fpr_index_, 2)); in VisitArguments()
/art/runtime/jni/
Djni_internal.cc2653 void* data = new uint64_t[RoundUp(size, 8) / 8]; in GetPrimitiveArray()

1234