| /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 | 95 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() 105 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 | 58 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() 69 int32_t length = src->GetLength(); in DoReplace() local 280 const int32_t length = GetLength(); in Equals() local 370 int32_t length = h_this->GetLength(); in ToCharArray() local 388 int32_t length = end - start; in GetChars() local 402 int32_t length = GetLength(); in FillBytesLatin1() local 418 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
|
| /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 | 106 HInstruction* length = new (GetAllocator()) HArrayLength(array, 0); in TEST_F() local 175 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/test/022-interface/src/ |
| D | Main.java | 75 public int length() { in length() method in Main.SubInterfaceImpl
|
| /art/runtime/jni/ |
| D | jni_internal.cc | 146 static inline uint16_t DecodeModifiedUtf8Character(const char* ptr, size_t length) { in DecodeModifiedUtf8Character() 173 auto good = [&](const char* ptr, size_t length) { in operator ()() 186 auto good = [&](const char* ptr, size_t length) { in operator ()() 226 jsize GetUncompressedStringUTFLength(const uint16_t* chars, size_t length) { in GetUncompressedStringUTFLength() 233 char* GetUncompressedStringUTFChars(const uint16_t* chars, size_t length, char* dest) { in GetUncompressedStringUTFChars() 432 jsize length, in ThrowAIOOBE() 441 static void ThrowSIOOBE(ScopedObjectAccess& soa, jsize start, jsize length, in ThrowSIOOBE() 637 #define CHECK_NON_NULL_MEMCPY_ARGUMENT(length, value) \ argument 2003 /*good=*/ [&compressible](const char* ptr, size_t length) { in NewStringUTF() 2074 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 …]
|