| /art/test/444-checker-nce/src/ |
| D | Main.java | 97 public Main forRemoveTest(int count) { in forRemoveTest() 113 public Main forKeepTest(int count) { in forKeepTest() 131 public Main phiFlowRemoveTest(int count) { in phiFlowRemoveTest() 153 public Main phiFlowKeepTest(int count) { in phiFlowKeepTest() 174 public Main scopeRemoveTest(int count, Main a) { in scopeRemoveTest() 192 public Main scopeKeepTest(int count, Main a) { in scopeKeepTest()
|
| /art/test/023-many-interfaces/src/ |
| D | ManyInterfaces.java | 302 static void testIface001(Interface001 iface, int count) { in testIface001() 311 static void testIface049(Interface049 iface, int count) { in testIface049() 320 static void testIface099(Interface099 iface, int count) { in testIface099() 329 static void testVirt001(ManyInterfaces obj, int count) { in testVirt001() 338 static void testVirt049(ManyInterfaces obj, int count) { in testVirt049() 347 static void testVirt099(ManyInterfaces obj, int count) { in testVirt099() 356 static void testInstance001(Object obj, int count) { in testInstance001() 380 static void testInstance049(Object obj, int count) { in testInstance049() 404 static void testInstance099(Object obj, int count) { in testInstance099()
|
| /art/runtime/native/ |
| D | java_lang_System.cc | 49 const jint count = length; in System_arraycopy() local 165 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 179 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 185 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 191 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 197 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 203 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 209 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 215 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 221 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked()
|
| /art/runtime/ |
| D | thread_pool_test.cc | 29 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask() 64 AtomicInteger count(0); in TEST_F() local 79 AtomicInteger count(0); in TEST_F() local 103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 131 AtomicInteger count(0); in TEST_F() local
|
| D | barrier.cc | 26 Barrier::Barrier(int count) in Barrier() 41 void Barrier::Init(Thread* self, int count) { in Init() 83 void Barrier::SetCountLocked(Thread* self, int count) { in SetCountLocked()
|
| D | profiler.cc | 597 uint32_t count = meth_iter.second; in Write() local 623 uint32_t count = node->GetCount(); in Write() local 647 uint32_t count = context_i.second; in Write() local 789 uint32_t count = strtoul(context_count[1].c_str(), nullptr, 10); in ReadPrevious() local 794 uint32_t count = strtoul(context_count[1].c_str(), nullptr, 10); in ReadPrevious() local 854 int count = atoi(info[1].c_str()); in LoadFile() local 863 uint32_t count = -it->first; in LoadFile() local
|
| D | barrier_test.cc | 89 CheckPassTask(Barrier* barrier, AtomicInteger* count, size_t subtasks) in CheckPassTask() 116 AtomicInteger count(0); in TEST_F() local
|
| D | dex_file_verifier.cc | 177 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size, in CheckListSize() 214 uint32_t count = *reinterpret_cast<const uint32_t*>(*ptr); in CheckList() local 345 uint32_t count = map->size_; in CheckMap() local 1483 bool DexFileVerifier::CheckIntraIdSection(size_t offset, uint32_t count, uint16_t type) { in CheckIntraIdSection() 1531 bool DexFileVerifier::CheckIntraDataSection(size_t offset, uint32_t count, uint16_t type) { in CheckIntraDataSection() 1558 uint32_t count = map->size_; in CheckIntraSection() local 2091 uint32_t count = list->size_; in CheckInterAnnotationSetRefList() local 2108 uint32_t count = set->size_; in CheckInterAnnotationSetItem() local 2236 bool DexFileVerifier::CheckInterSectionIterate(size_t offset, uint32_t count, uint16_t type) { in CheckInterSectionIterate() 2332 uint32_t count = map->size_; in CheckInterSection() local [all …]
|
| D | nth_caller_visitor.h | 58 size_t count; member
|
| /art/runtime/interpreter/mterp/arm/ |
| D | header.S | 160 .macro FETCH_ADVANCE_INST count argument 168 .macro PREFETCH_ADVANCE_INST dreg, sreg, count 177 .macro PREFETCH_INST count argument 182 .macro ADVANCE count argument 206 .macro FETCH reg, count 210 .macro FETCH_S reg, count
|
| /art/runtime/interpreter/mterp/arm64/ |
| D | header.S | 157 .macro FETCH_ADVANCE_INST count argument 165 .macro PREFETCH_ADVANCE_INST dreg, sreg, count 174 .macro PREFETCH_INST count argument 179 .macro ADVANCE count argument 200 .macro FETCH reg, count 204 .macro FETCH_S reg, count
|
| /art/runtime/arch/ |
| D | memcmp16.cc | 23 int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_generic_static() 36 int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16Testing()
|
| D | memcmp16.h | 41 static inline int32_t MemCmp16(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16()
|
| /art/runtime/mirror/ |
| D | string-inl.h | 43 explicit SetStringCountVisitor(int32_t count) : count_(count) { in SetStringCountVisitor() 60 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor() 87 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array, in SetStringCountAndValueVisitorFromCharArray() 110 SetStringCountAndValueVisitorFromString(int32_t count, Handle<String> src_string, in SetStringCountAndValueVisitorFromString() 135 int32_t count = GetField32(OFFSET_OF_OBJECT_MEMBER(String, count_)); in CharAt() local 200 inline String* String::AllocFromCharArray(Thread* self, int32_t count, in AllocFromCharArray()
|
| D | array-inl.h | 255 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() 268 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() 278 int32_t count) { in Memmove() 338 int32_t count) { in Memcpy() 410 for (size_t i = 0, count = GetLength(); i < count; ++i) { in Fixup() local
|
| D | object_array-inl.h | 124 int32_t src_pos, int32_t count) { in AssignableMemmove() 168 int32_t src_pos, int32_t count) { in AssignableMemcpy() 202 int32_t src_pos, int32_t count, in AssignableCheckingMemcpy()
|
| D | dex_cache-inl.h | 147 for (size_t i = 0, count = NumStrings(); i < count; ++i) { in FixupStrings() local 157 for (size_t i = 0, count = NumResolvedTypes(); i < count; ++i) { in FixupResolvedTypes() local
|
| /art/test/004-StackWalk/ |
| D | stack_walk_jni.cc | 79 extern "C" JNIEXPORT jint JNICALL Java_Main_stackmap(JNIEnv*, jobject, jint count) { in Java_Main_stackmap() 91 extern "C" JNIEXPORT jint JNICALL Java_Main_refmap2(JNIEnv*, jobject, jint count) { in Java_Main_refmap2()
|
| /art/test/050-sync-test/src/ |
| D | Main.java | 118 int count = mCount; in output() local 137 private static int count = 0; field in SleepyThread
|
| /art/test/023-many-interfaces/ |
| D | iface-gen.c | 11 static int createFiles(int count) in createFiles()
|
| /art/test/303-verification-stress/ |
| D | classes-gen.c | 11 static int createFiles(int count, int array_size) in createFiles()
|
| /art/runtime/base/ |
| D | hex_dump.cc | 71 size_t count = std::min(byte_count, 16 - gap); in Dump() local
|
| D | hash_set_test.cc | 84 static constexpr size_t count = 1000; in TEST_F() local 117 static constexpr size_t count = 1000; in TEST_F() local 147 static constexpr size_t count = 1000; in TEST_F() local 174 static constexpr size_t count = 1000; in TEST_F() local
|
| /art/runtime/interpreter/mterp/mips64/ |
| D | header.S | 119 .macro ADVANCE count argument 131 .macro FETCH_ADVANCE_INST count argument 141 .macro PREFETCH_INST count argument
|
| /art/test/004-ReferenceMap/ |
| D | stack_walk_refmap_jni.cc | 157 extern "C" JNIEXPORT jint JNICALL Java_Main_refmap(JNIEnv*, jobject, jint count) { in Java_Main_refmap()
|