Home
last modified time | relevance | path

Searched defs:size (Results 151 – 175 of 230) sorted by relevance

12345678910

/art/libartbase/base/
Dhiddenapi_flags.h46 constexpr uint32_t BitMask(uint32_t size) { return (1u << size) - 1; } in BitMask()
Dbit_vector.cc304 uint32_t size = 1 + (highest_bit / kWordBits); in Copy() local
/art/dexlayout/
Ddex_visualize.cc100 void DumpAddressRange(uint32_t from, uint32_t size, int class_index) { in DumpAddressRange()
/art/runtime/
Dreference_table.cc183 size_t size = ref->SizeOf(); in Dump() local
Dvdex_file.h163 size_t size = sizeof(VerifierDepsHeader); in GetComputedFileSize() local
/art/runtime/hprof/
Dhprof.cc921 size_t size; in SignatureToBasicTypeAndSize() local
1221 size_t size = 0; in DumpHeapClass() local
1340 size_t size; in DumpHeapClass() local
1443 size_t size; in DumpHeapArray() local
1491 size_t size; in DumpHeapInstanceObject() local
/art/compiler/driver/
Dcompiled_method_storage.cc49 size_t size = LengthPrefixedArray<T>::ComputeSize(array->size()); in ReleaseArray() local
/art/compiler/optimizing/
Dcodegen_test_utils.h169 uint8_t* Allocate(size_t size) override { in Allocate()
Dcode_generator.h252 void SetFrameSize(uint32_t size) { frame_size_ = size; } in SetFrameSize()
761 size_t size = GetGraph()->GetBlocks().size(); in CommonInitializeLabels() local
Dcode_generator_vector_x86_64.cc1241 static Address VecAddress(LocationSummary* locations, size_t size, bool is_string_char_at) { in VecAddress()
1268 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecLoad() local
1327 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecStore() local
Dcode_generator_vector_x86.cc1268 static Address VecAddress(LocationSummary* locations, size_t size, bool is_string_char_at) { in VecAddress()
1295 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecLoad() local
1354 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecStore() local
/art/runtime/mirror/
Dstring-alloc-inl.h170 size_t size = header_size + data_size; in Alloc() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java221 Size size = inst.getSize(); in prepareForUse() local
DAhatClassInstance.java333 Value size = registry.getField("size"); in asRegisteredNativeAllocation() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc54 const size_t size = mirror::ComputeArraySize(component_count, 2); in AllocObjectArray() local
/art/runtime/gc/space/
Dimage_space.cc641 uint32_t size) REQUIRES_SHARED(Locks::mutator_lock_) { in FixupDexCacheArray()
1910 for (size_t i = 0, size = named_components.size(); i != size; ++i) { in MatchNamedComponents() local
2125 for (size_t i = 0, size = dependencies.size(); i != size; ++i) { in CompileExtension() local
2351 for (size_t i = 0, size = named_components.size(); i != size; ++i) { in LoadOrValidate() local
2669 SimpleRelocateVisitor(uint32_t diff, uint32_t begin, uint32_t size) in SimpleRelocateVisitor()
2678 uint32_t size) in SimpleRelocateVisitor()
2717 uint32_t size) in SplitRangeRelocateVisitor()
2771 for (size_t i = base_image_space_count, size = spaces.size(); i != size; ) { in DoRelocateSpaces() local
3296 for (size_t i = 0u, size = locations.size(); i != size; ++i) { in LoadComponents() local
3344 for (size_t i = 0u, size = locations.size(); i != size; ++i) { in LoadComponents() local
[all …]
/art/dex2oat/linker/
Doat_writer.cc2142 for (size_t i = 0, size = dex_files_->size(); i != size; ++i) { in InitIndexBssMappings() local
2932 for (size_t i = 0, size = dex_files_->size(); i != size; ++i) { in WriteIndexBssMappings() local
3007 for (size_t i = 0, size = oat_dex_files_.size(); i != size; ++i) { in WriteOatDexFiles() local
3613 for (size_t i = 0, size = opened_dex_files.size(); i != size; ++i) { in WriteTypeLookupTables() local
3701 for (size_t i = 0, size = opened_dex_files.size(); i != size; ++i) { in WriteDexLayoutSections() local
3814 for (size_t i = 0, size = oat_dex_files_.size(); i != size; ++i) { in FinishVdexFile() local
3879 bool OatWriter::WriteUpTo16BytesAlignment(OutputStream* out, uint32_t size, uint32_t* stat) { in WriteUpTo16BytesAlignment()
4105 for (size_t i = 0, size = dex_files_->size(); i != size; ++i) { in GetDebugInfo() local
/art/runtime/interpreter/
Dinterpreter_common.h902 uint16_t size = switch_data[1]; in DoPackedSwitch() local
930 uint16_t size = switch_data[1]; in DoSparseSwitch() local
/art/openjdkjvmti/
Dti_heap.cc790 jlong size = obj->SizeOf(); in DoIterateThroughHeap() local
1327 const jlong size = static_cast<jlong>(referree->SizeOf()); in ReportReference() local
1461 size_t size = rcv.classes_.size(); in GetLoadedClasses() local
1939 int32_t size = std::min(old_arr->GetLength(), new_size); in ChangeArraySize() local
/art/runtime/gc/allocator/
Drosalloc.cc462 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject()
634 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe()
654 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun()
953 const size_t size = numOfPages[idx] * kPageSize; in ZeroHeaderAndSlotHeaders() local
/art/runtime/jit/
Djit_memory_region.cc469 const uint8_t* JitMemoryRegion::AllocateCode(size_t size) { in AllocateCode()
/art/compiler/utils/
Dassembler.h123 void Move(size_t newposition, size_t oldposition, size_t size) { in Move()
/art/imgdiag/
Dimgdiag.cc276 size_t size = EntrySize(entry); in IsEntryOnDirtyPage() local
803 const size_t size = p.second.size_; in DumpDirtyEntries() local
879 std::string StringFromBytes(const uint8_t* bytes, size_t size) { in StringFromBytes()
1253 for (size_t i = 0u, size = page_flags.size(); i != size; ++i) { in Init() local
1669 size_t size = page_frame_numbers.size(); in GetPageFlagsOrCounts() local
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc84 void* Allocate(size_t size) override { in Allocate()
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java324 Size size = anObject.getSize(); in retainedSize() local

12345678910