/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 115 jint length, jcharArray javaChars) { in CharsetUtils_asciiBytesToChars() 135 jint offset, jint length, jcharArray javaChars) { in CharsetUtils_isoLatin1BytesToChars() 157 static jbyteArray charsToBytes(JNIEnv* env, jstring java_string, jint offset, jint length, in charsToBytes() 185 jint length) { in CharsetUtils_toAsciiBytes() 190 jint offset, jint length) { in CharsetUtils_toIsoLatin1Bytes() 195 jint length) { in CharsetUtils_toUtf8Bytes()
|
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 30 jbyteArray javaData, jint offset, jint length) { in DdmServer_nativeSendChunk()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomBranchChanger.java | 56 int length = EQUALITY_CMP_OP_LIST.length; in getModifiedOpcode() local 60 int length = ZERO_CMP_OP_LIST.length; in getModifiedOpcode() local
|
D | InvokeChanger.java | 155 int length = INVOKE_LIST.length; in getDifferentInvokeCallOpcode() local 159 int length = INVOKE_RANGE_LIST.length; in getDifferentInvokeCallOpcode() local
|
/art/runtime/base/ |
D | length_prefixed_array.h | 33 explicit LengthPrefixedArray(size_t length) in LengthPrefixedArray() 84 void SetSize(size_t length) { in SetSize()
|
D | array_slice.h | 116 ArraySlice<T> SubArray(size_type pos, size_type length) { in SubArray() 122 ArraySlice<const T> SubArray(size_type pos, size_type length) const { in SubArray()
|
D | array_ref.h | 173 ArrayRef SubArray(size_type pos, size_type length) { in SubArray() 179 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray()
|
/art/runtime/mirror/ |
D | string-inl.h | 74 int32_t length = String::GetLengthFromCount(count_); in operator() local 110 const int32_t length = String::GetLengthFromCount(count_); in operator() local 140 const int32_t length = String::GetLengthFromCount(count_); in operator() local 210 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc() local 307 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 317 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
|
D | string.cc | 85 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() 96 int32_t length = src->GetLength(); in DoReplace() local 138 int32_t length = string->GetLength(); in AllocFromStrings() local 266 const int32_t length = GetLength(); in Equals() local 293 const int32_t length = GetLength(); in Equals() local 384 int32_t length = string->GetLength(); in ToCharArray() local
|
D | object_array-inl.h | 42 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 59 int32_t length) { in Alloc() 371 const size_t length = static_cast<size_t>(GetLength()); in VisitReferences() local
|
D | array-inl.h | 103 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() 135 int32_t length = (usable_size - header_size_) >> component_size_shift_; in operator() local 213 size_t length) { in AllocateAndFill() 224 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc()
|
D | emulated_stack_frame.cc | 38 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize() local 242 const size_t length = stack_frame->GetLength(); in GetReturnValue() local 266 const size_t length = stack_frame->GetLength(); in SetReturnValue() local
|
/art/runtime/ |
D | bit_memory_region.h | 57 ALWAYS_INLINE uint32_t LoadBits(uintptr_t bit_offset, size_t length) const { in LoadBits() 62 ALWAYS_INLINE void StoreBits(uintptr_t bit_offset, uint32_t value, size_t length) { in StoreBits()
|
D | memory_region.cc | 35 void MemoryRegion::StoreBits(uintptr_t bit_offset, uint32_t value, size_t length) { in StoreBits()
|
D | dex_file_verifier_test.cc | 56 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() 64 size_t length; in VerifyModification() local 96 size_t length; in OpenDexFileBase64() local 1633 size_t length; in TEST_F() local 1705 size_t length; in TEST_F() local 1749 size_t length; in TEST_F() local 1793 size_t length; in TEST_F() local 1837 size_t length; in TEST_F() local 1874 size_t length; in TEST_F() local 2077 size_t length; in TEST_F() local [all …]
|
D | jni_internal.cc | 327 jsize length, const char* identifier) in ThrowAIOOBE() 335 static void ThrowSIOOBE(ScopedObjectAccess& soa, jsize start, jsize length, in ThrowSIOOBE() 407 #define CHECK_NON_NULL_MEMCPY_ARGUMENT(length, value) \ argument 1775 static void GetStringRegion(JNIEnv* env, jstring java_string, jsize start, jsize length, in GetStringRegion() 1795 static void GetStringUTFRegion(JNIEnv* env, jstring java_string, jsize start, jsize length, in GetStringUTFRegion() 1824 int32_t length = s->GetLength(); in GetStringChars() local 1871 int32_t length = s->GetLength(); in GetStringCritical() local 1962 static jbooleanArray NewBooleanArray(JNIEnv* env, jsize length) { in NewBooleanArray() 1966 static jbyteArray NewByteArray(JNIEnv* env, jsize length) { in NewByteArray() 1970 static jcharArray NewCharArray(JNIEnv* env, jsize length) { in NewCharArray() [all …]
|
/art/test/427-bounds/src/ |
D | Main.java | 48 int length = array.length; in $opt$Throw() local
|
/art/test/022-interface/classes/ |
D | Main$SubInterfaceImpl.class | ... {
private void <init> ()
public int length ()
public char charAt (int)
public java ... |
D | Main$1.class | ... java.lang.String toString ()
public int length ()
public char charAt (int)
public java ... |
/art/test/ti-agent/ |
D | jni_helper.h | 28 jint length, in CreateObjectArray()
|
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 87 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode() 95 extern "C" NO_RETURN void artThrowStringBoundsFromCode(int index, int length, Thread* self) in artThrowStringBoundsFromCode()
|
/art/test/913-heaps/ |
D | heaps.cc | 76 jint length, in HeapReferenceCallback() 131 jint length, in Java_art_Test913_followReferences() 189 jint length) { in Java_art_Test913_followReferences() 228 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences() 256 jint length, in Java_art_Test913_followReferences() 297 jint length, in Java_art_Test913_followReferences() 346 jint length, in Java_art_Test913_followReferences() 364 jint length) { in Java_art_Test913_followReferences()
|
/art/dexlayout/ |
D | dex_writer.cc | 30 size_t length = 0; in EncodeIntValue() local 47 size_t length = 0; in EncodeUIntValue() local 56 size_t length = 0; in EncodeLongValue() local 106 size_t DexWriter::Write(const void* buffer, size_t length, size_t offset) { in Write() 127 size_t length; in WriteEncodedValue() local
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 117 HInstruction* length = new (&allocator_) HArrayLength(array, 0); in TEST_F() local 187 HInstruction* length = new (&allocator_) HArrayLength(array, 0); in TEST_F() local
|
/art/test/022-interface/src/ |
D | Main.java | 75 public int length() { in length() method in Main.SubInterfaceImpl
|