/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 34 jint length, jcharArray javaChars) { in CharsetUtils_asciiBytesToChars() 58 static jbyteArray charsToBytes(JNIEnv* env, jstring java_string, jint offset, jint length, in charsToBytes() 87 jint length) { in CharsetUtils_toAsciiBytes() 92 jint offset, jint length) { in CharsetUtils_toIsoLatin1Bytes() 97 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 | object_array-alloc-inl.h | 38 int32_t length, in Alloc() 56 int32_t length) { in Alloc()
|
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 | string-inl.h | 109 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 119 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
|
D | string-alloc-inl.h | 70 int32_t length = String::GetLengthFromCount(count_); in operator() local 105 uint32_t length = String::GetLengthFromCount(count_); in operator() local 141 const int32_t length = String::GetLengthFromCount(count_); in operator() local 171 const int32_t length = String::GetLengthFromCount(count_); in operator() local 202 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 292 const int32_t length = GetLength(); in Equals() local 382 int32_t length = h_this->GetLength(); in ToCharArray() local 400 int32_t length = end - start; in GetChars() local 414 int32_t length = GetLength(); in FillBytesLatin1() local 430 int32_t length = GetLength(); in FillBytesUTF16() local
|
D | emulated_stack_frame.cc | 42 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize() local 222 const size_t length = stack_frame->GetLength(); in GetReturnValue() local 246 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 | 176 ArrayRef SubArray(size_type pos, size_type length) { in SubArray() 182 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/runtime/ |
D | string_builder_append.cc | 169 size_t length = converted_fp_arg_lengths_[fp_arg_index]; in AppendFpArg() local 182 constexpr size_t length = size - 1u; in AppendLiteral() local 196 size_t length = dchecked_integral_cast<size_t>(str->GetLength()); in AppendString() local 224 size_t length = Uint64Length(v); in AppendInt64() local 294 int32_t length; in ConvertFpArgs() local 340 uint64_t length = 0u; in CalculateLengthWithFlag() local
|
D | write_barrier-inl.h | 42 [[maybe_unused]] size_t length) { in ForArrayWrite()
|
/art/compiler/optimizing/ |
D | intrinsic_objects.cc | 44 int32_t length = expected_high - expected_low + 1; in FillIntrinsicsObjects() local 77 uint32_t length = static_cast<uint32_t>(boot_image_live_objects->GetLength()); in HasIntrinsicObjects() local
|
D | ssa_liveness_analysis_test.cc | 106 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local 175 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() 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/test/913-heaps/ |
D | heaps.cc | 109 jint length, in HeapReferenceCallback() 164 jint length, in Java_art_Test913_followReferences() 234 jint length) { in Java_art_Test913_followReferences() 280 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences() 308 jint length, in Java_art_Test913_followReferences() 349 jint length, in Java_art_Test913_followReferences() 398 jint length, in Java_art_Test913_followReferences() 416 jint length) { in Java_art_Test913_followReferences() 1107 [[maybe_unused]] jint length, in HeapIterationExtCallback()
|
/art/runtime/jni/ |
D | jni_internal.cc | 149 static inline uint16_t DecodeModifiedUtf8Character(const char* ptr, size_t length) { in DecodeModifiedUtf8Character() 176 auto good = [&](const char* ptr, size_t length) { in operator ()() 189 auto good = [&](const char* ptr, size_t length) { in operator ()() 229 jsize GetUncompressedStringUTFLength(const uint16_t* chars, size_t length) { in GetUncompressedStringUTFLength() 236 char* GetUncompressedStringUTFChars(const uint16_t* chars, size_t length, char* dest) { in GetUncompressedStringUTFChars() 435 jsize length, in ThrowAIOOBE() 444 static void ThrowSIOOBE(ScopedObjectAccess& soa, jsize start, jsize length, in ThrowSIOOBE() 640 #define CHECK_NON_NULL_MEMCPY_ARGUMENT(length, value) \ argument 2006 /*good=*/ [&compressible](const char* ptr, size_t length) { in NewStringUTF() 2077 static void GetStringRegion(JNIEnv* env, jstring java_string, jsize start, jsize length, in GetStringRegion() [all …]
|
/art/libdexfile/dex/ |
D | dex_file_verifier_test.cc | 61 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() 70 size_t length; in VerifyModification() local 97 size_t length; in OpenDexFileBase64() local 1607 size_t length; in TEST_F() local 1671 size_t length; in TEST_F() local 1713 size_t length; in TEST_F() local 1755 size_t length; in TEST_F() local 1797 size_t length; in TEST_F() local 1832 size_t length; in TEST_F() local 2033 size_t length; in TEST_F() local [all …]
|