/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 | 32 jbyteArray javaData, jint offset, jint length) { in DdmServer_nativeSendChunk()
|
D | java_lang_reflect_Array.cc | 53 static jobject Array_createObjectArray(JNIEnv* env, jclass, jclass javaElementClass, jint length) { in Array_createObjectArray()
|
/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/mirror/ |
D | object_array-alloc-inl.h | 38 int32_t length, in Alloc() 56 int32_t length) { in Alloc()
|
D | array-alloc-inl.h | 66 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() 98 int32_t length = (usable_size - header_size_) >> component_size_shift_; in operator() local 171 size_t length) { in AllocateAndFill()
|
D | string-inl.h | 88 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 98 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
|
D | string-alloc-inl.h | 68 int32_t length = String::GetLengthFromCount(count_); in operator() local 104 const int32_t length = String::GetLengthFromCount(count_); in operator() local 134 const int32_t length = String::GetLengthFromCount(count_); in operator() local 165 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc() local
|
D | string.cc | 70 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() 81 int32_t length = src->GetLength(); in DoReplace() local 125 int32_t length = string->GetLength(); in AllocFromStrings() local 242 const int32_t length = GetLength(); in Equals() local 332 int32_t length = string->GetLength(); in ToCharArray() local
|
D | emulated_stack_frame.cc | 42 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize() local 243 const size_t length = stack_frame->GetLength(); in GetReturnValue() local 267 const size_t length = stack_frame->GetLength(); in SetReturnValue() local
|
/art/libartbase/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 | 179 ArrayRef SubArray(size_type pos, size_type length) { in SubArray() 185 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray()
|
/art/dexlayout/ |
D | dex_writer.h | 91 ALWAYS_INLINE size_t Write(const void* buffer, size_t length) { in Write() 101 ALWAYS_INLINE size_t Overwrite(const void* buffer, size_t length) { in Overwrite() 108 ALWAYS_INLINE size_t Clear(size_t position, size_t length) { in Clear() 156 ALWAYS_INLINE void EnsureStorage(size_t length) { in EnsureStorage()
|
/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 | 91 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode() 99 extern "C" NO_RETURN void artThrowStringBoundsFromCode(int index, int length, Thread* self) in artThrowStringBoundsFromCode()
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 103 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local 172 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local
|
/art/libdexfile/dex/ |
D | dex_file_verifier_test.cc | 59 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() 67 size_t length; in VerifyModification() local 99 size_t length; in OpenDexFileBase64() local 1612 size_t length; in TEST_F() local 1684 size_t length; in TEST_F() local 1728 size_t length; in TEST_F() local 1772 size_t length; in TEST_F() local 1816 size_t length; in TEST_F() local 1853 size_t length; in TEST_F() local 2056 size_t length; in TEST_F() local [all …]
|
D | descriptors_names.cc | 138 size_t length = strlen(descriptor); in DescriptorToDot() local 157 size_t length = strlen(descriptor); in DescriptorToName() local
|
/art/test/913-heaps/ |
D | heaps.cc | 109 jint length, in HeapReferenceCallback() 164 jint length, in Java_art_Test913_followReferences() 228 jint length) { in Java_art_Test913_followReferences() 273 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences() 301 jint length, in Java_art_Test913_followReferences() 342 jint length, in Java_art_Test913_followReferences() 391 jint length, in Java_art_Test913_followReferences() 409 jint length) { in Java_art_Test913_followReferences()
|
/art/test/022-interface/src/ |
D | Main.java | 75 public int length() { in length() method in Main.SubInterfaceImpl
|