/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 114 jint length, jcharArray javaChars) { in CharsetUtils_asciiBytesToChars() 134 jint offset, jint length, jcharArray javaChars) { in CharsetUtils_isoLatin1BytesToChars() 156 static jbyteArray charsToBytes(JNIEnv* env, jstring java_string, jint offset, jint length, in charsToBytes() 184 jint length) { in CharsetUtils_toAsciiBytes() 189 jint offset, jint length) { in CharsetUtils_toIsoLatin1Bytes() 194 jint length) { in CharsetUtils_toUtf8Bytes()
|
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 32 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/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/runtime/mirror/ |
D | string-inl.h | 83 int32_t length = String::GetLengthFromCount(count_); in operator() local 119 const int32_t length = String::GetLengthFromCount(count_); in operator() local 149 const int32_t length = String::GetLengthFromCount(count_); in operator() local 219 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc() local 316 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 326 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
|
D | string.cc | 86 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() 97 int32_t length = src->GetLength(); in DoReplace() local 139 int32_t length = string->GetLength(); in AllocFromStrings() local 267 const int32_t length = GetLength(); in Equals() local 294 const int32_t length = GetLength(); in Equals() local 385 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 | emulated_stack_frame.cc | 38 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize() local 240 const size_t length = stack_frame->GetLength(); in GetReturnValue() local 264 const size_t length = stack_frame->GetLength(); in SetReturnValue() local
|
D | array-inl.h | 102 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() 134 int32_t length = (usable_size - header_size_) >> component_size_shift_; in operator() local 212 size_t length) { in AllocateAndFill() 223 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc()
|
/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 | 32 void MemoryRegion::StoreBits(uintptr_t bit_offset, uint32_t value, size_t length) { in StoreBits()
|
/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 | 88 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode() 96 extern "C" NO_RETURN void artThrowStringBoundsFromCode(int index, int length, Thread* self) in artThrowStringBoundsFromCode()
|
/art/libdexfile/dex/ |
D | dex_file_verifier_test.cc | 58 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() 66 size_t length; in VerifyModification() local 98 size_t length; in OpenDexFileBase64() local 1625 size_t length; in TEST_F() local 1697 size_t length; in TEST_F() local 1741 size_t length; in TEST_F() local 1785 size_t length; in TEST_F() local 1829 size_t length; in TEST_F() local 1866 size_t length; in TEST_F() local 2069 size_t length; in TEST_F() local [all …]
|
/art/test/669-moveable-string-class-equals/src/ |
D | Main.java | 37 int length = 5; in test() local
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 113 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local 182 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local
|
/art/test/913-heaps/ |
D | heaps.cc | 107 jint length, in HeapReferenceCallback() 162 jint length, in Java_art_Test913_followReferences() 220 jint length) { in Java_art_Test913_followReferences() 265 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences() 293 jint length, in Java_art_Test913_followReferences() 334 jint length, in Java_art_Test913_followReferences() 383 jint length, in Java_art_Test913_followReferences() 401 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
|