Home
last modified time | relevance | path

Searched defs:length (Results 51 – 75 of 143) sorted by relevance

123456

/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java27 public final int length; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
/art/runtime/mirror/
Dstring.h223 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()
Darray.cc123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc()
Dobject_array-inl.h328 const size_t length = static_cast<size_t>(GetLength()); in VisitReferences() local
/art/libartbase/base/
Dbit_memory_region_test.cc27 size_t length, in CheckBits()
Dtransform_array_ref.h126 TransformArrayRef SubArray(size_type pos, size_type length) const { in SubArray()
Dmem_map.cc1038 void* MemMap::MapInternalArtLow4GBAllocator(size_t length, in MapInternalArtLow4GBAllocator()
1132 size_t length, in MapInternal()
1224 void ZeroAndReleasePages(void* address, size_t length) { in ZeroAndReleasePages()
/art/dexlayout/
Ddex_writer.cc36 size_t length = 0; in EncodeIntValue() local
53 size_t length = 0; in EncodeUIntValue() local
62 size_t length = 0; in EncodeLongValue() local
119 size_t length; in WriteEncodedValue() local
/art/tools/
Dstream-trace-converter.py63 def Copy(input, output, length): argument
/art/tools/dexanalyze/
Ddexanalyze_strings.cc58 uint32_t AddOffset(uint32_t offset, uint32_t length) { in AddOffset()
408 uint32_t length = 0u; in Build() local
427 uint32_t length = 0; in ProcessDexFiles() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java413 int length = hprof.getU4(); in parseInternal() local
430 int length = hprof.getU4(); in parseInternal() local
698 public int length; // Number of array elements. field in Parser.ObjArrayData
701 public ObjArrayData(int length, int position) { in ObjArrayData()
DAhatArrayInstance.java188 int length = getLength(); in getExtraJavaSize() local
/art/libelffile/elf/
Delf_debug_reader.h45 uint32_t length; // Length excluding the size of this field. member
/art/runtime/native/
Djava_lang_String.cc71 static jstring String_fastSubstring(JNIEnv* env, jobject java_this, jint start, jint length) { in String_fastSubstring()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h75 size_t length() const { return size(); } in length() function
/art/test/906-iterate-heap/
Diterate_heap.cc53 jint length, in HeapIterationCallback()
123 jint Handle(jlong class_tag, jlong size, jlong* tag_ptr, jint length) override { in Java_art_Test906_iterateThroughHeapData()
/art/compiler/optimizing/
Dintrinsics.h118 uint32_t length; member
Dloop_optimization.h191 bool TrySetVectorLength(DataType::Type type, uint32_t length) { in TrySetVectorLength()
Dinstruction_builder.cc1731 HInstruction* length = in BuildSimpleIntrinsic() local
2079 HInstruction* length = new (allocator_) HArrayLength(object, dex_pc); in BuildArrayAccess() local
2101 HInstruction* length) { in BuildNewArray()
2117 HInstruction* length = graph_->GetIntConstant(number_of_operands, dex_pc); in BuildFilledNewArray() local
2171 HInstruction* length = new (allocator_) HArrayLength(array, dex_pc); in BuildFillArrayData() local
3162 HInstruction* length = LoadLocal(instruction.VRegB_22c(), DataType::Type::kInt32); in ProcessDexInstruction() local
/art/runtime/
Dcommon_throws.cc120 void ThrowArrayIndexOutOfBoundsException(int index, int length) { in ThrowArrayIndexOutOfBoundsException()
332 void ThrowIndexOutOfBoundsException(int index, int length) { in ThrowIndexOutOfBoundsException()
870 void ThrowStringIndexOutOfBoundsException(int index, int length) { in ThrowStringIndexOutOfBoundsException()
/art/runtime/gc/
Dheap_verification_test.cc39 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray()
/art/test/536-checker-intrinsic-optimization/src/
DMain.java22 public static String generateString(int length) { in generateString()
/art/runtime/jni/
Dcheck_jni.cc1259 bool CheckLengthPositive(jsize length) { in CheckLengthPositive()
2517 static jobjectArray NewObjectArray(JNIEnv* env, jsize length, jclass element_class, in NewObjectArray()
2566 static jbooleanArray NewBooleanArray(JNIEnv* env, jsize length) { in NewBooleanArray()
2571 static jbyteArray NewByteArray(JNIEnv* env, jsize length) { in NewByteArray()
2576 static jcharArray NewCharArray(JNIEnv* env, jsize length) { in NewCharArray()
2581 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray()
2586 static jintArray NewIntArray(JNIEnv* env, jsize length) { in NewIntArray()
2590 static jlongArray NewLongArray(JNIEnv* env, jsize length) { in NewLongArray()
2595 static jfloatArray NewFloatArray(JNIEnv* env, jsize length) { in NewFloatArray()
2600 static jdoubleArray NewDoubleArray(JNIEnv* env, jsize length) { in NewDoubleArray()
[all …]
/art/runtime/gc/space/
Dspace_test.h117 int32_t length = size - header_size; in InstallClass() local
/art/test/ti-agent/
Djni_binder.cc127 size_t length = strlen(descriptor); in DescriptorToDot() local

123456