/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 34 jint length, jcharArray javaChars) { in CharsetUtils_asciiBytesToChars() 54 jint offset, jint length, jcharArray javaChars) { in CharsetUtils_isoLatin1BytesToChars() 76 static jbyteArray charsToBytes(JNIEnv* env, jstring java_string, jint offset, jint length, in charsToBytes() 105 jint length) { in CharsetUtils_toAsciiBytes() 110 jint offset, jint length) { in CharsetUtils_toIsoLatin1Bytes() 115 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/runtime/mirror/ |
D | array-alloc-inl.h | 67 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() 99 int32_t length = (usable_size - header_size_) >> component_size_shift_; in operator() local 172 size_t length) { in AllocateAndFill()
|
D | object_array-alloc-inl.h | 38 int32_t length, in Alloc() 56 int32_t length) { in Alloc()
|
D | string-inl.h | 96 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 106 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
|
D | string-alloc-inl.h | 69 int32_t length = String::GetLengthFromCount(count_); in operator() local 105 const int32_t length = String::GetLengthFromCount(count_); in operator() local 135 const int32_t length = String::GetLengthFromCount(count_); in operator() local 166 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc() local
|
D | string.cc | 62 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() 73 int32_t length = src->GetLength(); in DoReplace() local 236 const int32_t length = GetLength(); in Equals() local 326 int32_t length = h_this->GetLength(); in ToCharArray() local 344 int32_t length = end - start; in GetChars() 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_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()
|
D | array_slice.h | 130 ArraySlice<T> SubArray(size_type pos, size_type length) { in SubArray() 136 ArraySlice<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/ |
D | string_builder_append.cc | 152 constexpr size_t length = size - 1u; in AppendLiteral() local 166 size_t length = dchecked_integral_cast<size_t>(str->GetLength()); in AppendString() local 194 size_t length = Uint64Length(v); in AppendInt64() local 210 uint64_t length = 0u; in CalculateLengthWithFlag() local
|
/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 | 105 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local 174 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local
|
D | intrinsic_objects.cc | 51 uint32_t length = static_cast<uint32_t>(boot_image_live_objects->GetLength()); in HasIntrinsicObjects() local
|
/art/libdexfile/dex/ |
D | dex_file_verifier_test.cc | 61 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() 69 size_t length; in VerifyModification() local 101 size_t length; in OpenDexFileBase64() local 1614 size_t length; in TEST_F() local 1686 size_t length; in TEST_F() local 1730 size_t length; in TEST_F() local 1774 size_t length; in TEST_F() local 1818 size_t length; in TEST_F() local 1855 size_t length; in TEST_F() local 2058 size_t length; in TEST_F() local [all …]
|
/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
|