Home
last modified time | relevance | path

Searched defs:size (Results 201 – 225 of 230) sorted by relevance

12345678910

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java932 public int size() { in size() method in Parser.HprofBuffer
/art/runtime/
Ddebugger.cc731 const size_t size = RoundUp(obj->SizeOf(), kObjectAlignment); in DdmSendHeapSegments() local
Doat_file.cc1435 uint64_t offset, size; in InitializeFromElfFile() local
Dclass_linker.cc612 uint32_t size; // The gap size of 1, 2, or 4 bytes. member
1357 for (size_t i = 0u, size = spaces.size(); i != size; ++i) { in InitFromBootImage() local
1937 size_t size) in CheckArtMethodDexCacheArray()
1995 void CheckArtMethodDexCacheArray(mirror::MethodDexCacheType* arr, size_t size) in CheckArtMethodDexCacheArray()
8554 size_t size = field_offset.Uint32Value(); in LinkFields() local
Druntime.cc2247 for (int32_t i = 0, size = image_header.GetImageRoots()->GetLength(); i != size; ++i) { in VisitImageRoots() local
/art/compiler/optimizing/
Dintrinsics_x86.cc270 DataType::Type size, in GenReverseBytes()
1472 static void GenPeek(LocationSummary* locations, DataType::Type size, X86Assembler* assembler) { in GenPeek()
1530 DataType::Type size, in CreateLongIntToVoidLocations()
1543 static void GenPoke(LocationSummary* locations, DataType::Type size, X86Assembler* assembler) { in GenPoke()
Doptimizing_compiler.cc82 uint8_t* Allocate(size_t size) override { in Allocate()
Dintrinsics_x86_64.cc188 DataType::Type size, in GenReverseBytes()
1635 static void GenPeek(LocationSummary* locations, DataType::Type size, X86_64Assembler* assembler) { in GenPeek()
1698 static void GenPoke(LocationSummary* locations, DataType::Type size, X86_64Assembler* assembler) { in GenPoke()
Dbounds_check_elimination.cc2055 for (size_t i = 0, size = graph_->GetReversePostOrder().size(); i != size; ++i) { in Run() local
Dinstruction_simplifier.cc2630 for (size_t i = 0, size = env->Size(); i != size; ++i) { in TryReplaceStringBuilderAppend() local
Dnodes.cc2052 size_t size = 0; in CountSize() local
/art/libprofile/profile/
Dprofile_compilation_info.cc322 int64_t size = OS::GetFileSizeBytes(filename.c_str()); in Save() local
579 uint32_t size = 2 * sizeof(uint16_t) * dex_data.method_map.size(); in GetMethodsRegionSize() local
/art/build/apex/
Dart_apex_test.py61 def __init__(self, name, is_dir, is_exec, is_symlink, size): argument
/art/runtime/verifier/
Dreg_type.h267 static void* operator new(size_t size) noexcept { in new()
/art/dex2oat/linker/
Doat_writer_test.cc322 bool AddFile(const char* location, const void* data, size_t size) { in AddFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc150 size_t size() const { in size() function in art::NullableScopedUtfChars
/art/runtime/gc/
Dheap.cc538 const size_t size = non_moving_space_mem_map.Size(); in Heap() local
2226 void AddBin(size_t size, uintptr_t position) { in AddBin()
2261 size_t size = it->first; in MarkNonForwardedObject() local
/art/runtime/jni/
Djava_vm_ext.cc258 size_t size() const REQUIRES(Locks::jni_libraries_lock_) { in size() function in art::Libraries
/art/dexlayout/
Ddexlayout.cc90 size_t size = descriptor.size() - 1 - last_slash; in DescriptorClassToName() local
/art/tools/dmtracedump/
Dtracedump.cc2267 int32_t findMatch(MethodEntry** methods, int32_t size, MethodEntry* matchThis) { in findMatch()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc126 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr) { in Allocate()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2563 auto add_gc_range = [&gc_ranges](void* start, size_t size) { in CaptureRssAtPeak()
/art/runtime/interpreter/
Dunstarted_runtime.cc484 size_t* size, in FindAndExtractEntry()
/art/oatdump/
Doatdump.cc1834 for (int32_t i = 0, size = image_header_.GetImageRoots()->GetLength(); i != size; ++i) { in Dump() local
/art/test/159-app-image-fields/src/
DMain.java66 int size = 1000000; in eatAllMemory() local

12345678910