Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 121) sorted by relevance

12345

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc115 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()
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc30 jbyteArray javaData, jint offset, jint length) { in DdmServer_nativeSendChunk()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomBranchChanger.java56 int length = EQUALITY_CMP_OP_LIST.length; in getModifiedOpcode() local
60 int length = ZERO_CMP_OP_LIST.length; in getModifiedOpcode() local
DInvokeChanger.java155 int length = INVOKE_LIST.length; in getDifferentInvokeCallOpcode() local
159 int length = INVOKE_RANGE_LIST.length; in getDifferentInvokeCallOpcode() local
/art/runtime/base/
Dlength_prefixed_array.h33 explicit LengthPrefixedArray(size_t length) in LengthPrefixedArray()
84 void SetSize(size_t length) { in SetSize()
Darray_slice.h116 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()
Darray_ref.h173 ArrayRef SubArray(size_type pos, size_type length) { in SubArray()
179 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray()
/art/runtime/mirror/
Dstring-inl.h74 int32_t length = String::GetLengthFromCount(count_); in operator() local
110 const int32_t length = String::GetLengthFromCount(count_); in operator() local
140 const int32_t length = String::GetLengthFromCount(count_); in operator() local
210 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc() local
307 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII()
317 inline bool String::DexFileStringAllASCII(const char* chars, const int length) { in DexFileStringAllASCII()
Dstring.cc85 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept()
96 int32_t length = src->GetLength(); in DoReplace() local
138 int32_t length = string->GetLength(); in AllocFromStrings() local
266 const int32_t length = GetLength(); in Equals() local
293 const int32_t length = GetLength(); in Equals() local
384 int32_t length = string->GetLength(); in ToCharArray() local
Dobject_array-inl.h42 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
Darray-inl.h103 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor()
135 int32_t length = (usable_size - header_size_) >> component_size_shift_; in operator() local
213 size_t length) { in AllocateAndFill()
224 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc()
Demulated_stack_frame.cc38 const size_t length = p_types->GetLength(); in CalculateFrameAndReferencesSize() local
242 const size_t length = stack_frame->GetLength(); in GetReturnValue() local
266 const size_t length = stack_frame->GetLength(); in SetReturnValue() local
/art/runtime/
Dbit_memory_region.h57 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()
Dmemory_region.cc35 void MemoryRegion::StoreBits(uintptr_t bit_offset, uint32_t value, size_t length) { in StoreBits()
Ddex_file_verifier_test.cc56 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile()
64 size_t length; in VerifyModification() local
96 size_t length; in OpenDexFileBase64() local
1633 size_t length; in TEST_F() local
1705 size_t length; in TEST_F() local
1749 size_t length; in TEST_F() local
1793 size_t length; in TEST_F() local
1837 size_t length; in TEST_F() local
1874 size_t length; in TEST_F() local
2077 size_t length; in TEST_F() local
[all …]
Djni_internal.cc327 jsize length, const char* identifier) in ThrowAIOOBE()
335 static void ThrowSIOOBE(ScopedObjectAccess& soa, jsize start, jsize length, in ThrowSIOOBE()
407 #define CHECK_NON_NULL_MEMCPY_ARGUMENT(length, value) \ argument
1775 static void GetStringRegion(JNIEnv* env, jstring java_string, jsize start, jsize length, in GetStringRegion()
1795 static void GetStringUTFRegion(JNIEnv* env, jstring java_string, jsize start, jsize length, in GetStringUTFRegion()
1824 int32_t length = s->GetLength(); in GetStringChars() local
1871 int32_t length = s->GetLength(); in GetStringCritical() local
1962 static jbooleanArray NewBooleanArray(JNIEnv* env, jsize length) { in NewBooleanArray()
1966 static jbyteArray NewByteArray(JNIEnv* env, jsize length) { in NewByteArray()
1970 static jcharArray NewCharArray(JNIEnv* env, jsize length) { in NewCharArray()
[all …]
/art/test/427-bounds/src/
DMain.java48 int length = array.length; in $opt$Throw() local
/art/test/022-interface/classes/
DMain$SubInterfaceImpl.class ... { private void <init> () public int length () public char charAt (int) public java ...
DMain$1.class ... java.lang.String toString () public int length () public char charAt (int) public java ...
/art/test/ti-agent/
Djni_helper.h28 jint length, in CreateObjectArray()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc87 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode()
95 extern "C" NO_RETURN void artThrowStringBoundsFromCode(int index, int length, Thread* self) in artThrowStringBoundsFromCode()
/art/test/913-heaps/
Dheaps.cc76 jint length, in HeapReferenceCallback()
131 jint length, in Java_art_Test913_followReferences()
189 jint length) { in Java_art_Test913_followReferences()
228 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length) in Java_art_Test913_followReferences()
256 jint length, in Java_art_Test913_followReferences()
297 jint length, in Java_art_Test913_followReferences()
346 jint length, in Java_art_Test913_followReferences()
364 jint length) { in Java_art_Test913_followReferences()
/art/dexlayout/
Ddex_writer.cc30 size_t length = 0; in EncodeIntValue() local
47 size_t length = 0; in EncodeUIntValue() local
56 size_t length = 0; in EncodeLongValue() local
106 size_t DexWriter::Write(const void* buffer, size_t length, size_t offset) { in Write()
127 size_t length; in WriteEncodedValue() local
/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc117 HInstruction* length = new (&allocator_) HArrayLength(array, 0); in TEST_F() local
187 HInstruction* length = new (&allocator_) HArrayLength(array, 0); in TEST_F() local
/art/test/022-interface/src/
DMain.java75 public int length() { in length() method in Main.SubInterfaceImpl

12345