Home
last modified time | relevance | path

Searched defs:size (Results 51 – 75 of 230) sorted by relevance

12345678910

/art/runtime/gc/space/
Dspace_test.h104 void InstallClass(mirror::Object* o, mirror::Class* byte_array_class, size_t size) in InstallClass()
348 #define TEST_SizeFootPrintGrowthLimitAndTrimStatic(name, spaceName, spaceFn, size) \ argument
353 #define TEST_SizeFootPrintGrowthLimitAndTrimRandom(name, spaceName, spaceFn, size) \ argument
Ddlmalloc_space-inl.h47 size_t size = mspace_usable_size(obj_ptr); in AllocationSizeNonvirtual() local
Dmalloc_space.cc170 size_t size = -increment; in MoreCore() local
191 size_t size = RoundUp(Size(), kPageSize); in CreateZygoteSpace() local
/art/test/071-dexfile-get-static-size/src/
DMain.java34 long size = getDexFileSize(filename); in test() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DTypeList.java22 public int size; field in TypeList
DEncodedValue.java43 int size = 0; in read() local
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java188 private int size = 0; field in Dominators.IdSet
202 assert size != 0; in last() local
223 public int size = 0; field in Dominators.NodeSet
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DInstances.java90 public int size() { in size() method in Instances
DSize.java111 public Size plusRegisteredNativeSize(long size) { in plusRegisteredNativeSize()
/art/test/044-proxy/src/
DOOMEOnDispatch.java29 private static void exhaustJavaHeap(int size) { in exhaustJavaHeap()
/art/test/530-regression-lse/src/
DMain.java37 private static ByteBuffer allocateMapped(int size) throws Exception { in allocateMapped()
/art/compiler/utils/
Dswap_space.cc108 void* SwapSpace::Alloc(size_t size) { in Alloc()
175 void SwapSpace::Free(void* ptr, size_t size) { in Free()
/art/test/920-objects/
Dobjects.cc32 jlong size; in Java_art_Test920_getObjectSize() local
/art/test/913-heaps/
Dheaps.cc58 jlong size; // Size as reported by GetObjectSize. member
106 jlong size, in HeapReferenceCallback()
161 jlong size, in Java_art_Test913_followReferences()
225 jlong size, in Java_art_Test913_followReferences()
273 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences()
300 jlong size, in Java_art_Test913_followReferences()
341 jlong size, in Java_art_Test913_followReferences()
390 jlong size, in Java_art_Test913_followReferences()
408 jlong size, in Java_art_Test913_followReferences()
/art/libartbase/base/
Dbit_field.h35 static constexpr size_t size = kSize; variable
Dallocator.h134 const size_t size = n * sizeof(T); variable
141 const size_t size = n * sizeof(T); in deallocate() local
Dlength_prefixed_array.h79 size_t size() const { in size() function
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc46 const ManagedRegister (&callee_saves)[size]) { in CalculateCoreCalleeSpillMask()
225 size_t size = GetNativeOutArgsSize(/*num_args=*/ NumberOfExtraArgumentsForJni() + NumArgs(), in OutFrameSize() local
/art/dex2oat/linker/
Dimage_test.h246 for (size_t i = 0, size = oat_writers.size(); i != size; ++i) { in DoCompile() local
284 for (size_t i = 0, size = out_helper.oat_files.size(); i != size; ++i) { in DoCompile() local
347 for (size_t i = 0, size = oat_filenames.size(); i != size; ++i) { in DoCompile() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc134 void Arm64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister m_src, size_t size) { in Store()
254 size_t size) { in Load()
279 void Arm64JNIMacroAssembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) { in Load()
285 size_t size) { in LoadFromThread()
411 void Arm64JNIMacroAssembler::Move(ManagedRegister m_dst, ManagedRegister m_src, size_t size) { in Move()
489 void Arm64JNIMacroAssembler::Copy(FrameOffset dest, FrameOffset src, size_t size) { in Copy()
501 size_t size) { in Copy()
523 size_t size) { in Copy()
554 size_t size) { in Copy()
596 void Arm64JNIMacroAssembler::SignExtend(ManagedRegister mreg, size_t size) { in SignExtend()
[all …]
/art/tools/ahat/src/main/com/android/ahat/
DOverviewHandler.java69 Size size = heap.getSize(); in printHeapSizes() local
DDocString.java134 public static DocString size(long size, boolean isPlaceHolder) { in size() method in DocString
/art/compiler/driver/
Ddex_compilation_unit.cc70 for (size_t i = 0, size = compiling_class->NumInstanceFields(); i != size; ++i) { in RequiresConstructorBarrier() local
/art/libdexfile/external/include/art_api/
Ddex_file_support.h70 size_t size() const { in size() function
150 size_t* size, in OpenFromMemory()
/art/test/004-UnsafeTest/
Dunsafe_test.cc41 extern "C" JNIEXPORT jlong JNICALL Java_Main_unsafeTestMalloc(JNIEnv*, jclass, jlong size) { in Java_Main_unsafeTestMalloc()

12345678910