/art/benchmark/string-indexof/src/ |
D | StringIndexOfBenchmark.java | 20 public void timeIndexOf0(int count) { in timeIndexOf0() 28 public void timeIndexOf1(int count) { in timeIndexOf1() 36 public void timeIndexOf2(int count) { in timeIndexOf2() 44 public void timeIndexOf3(int count) { in timeIndexOf3() 52 public void timeIndexOf4(int count) { in timeIndexOf4() 60 public void timeIndexOf7(int count) { in timeIndexOf7() 68 public void timeIndexOf8(int count) { in timeIndexOf8() 76 public void timeIndexOfF(int count) { in timeIndexOfF() 84 public void timeIndexOfG(int count) { in timeIndexOfG() 92 public void timeIndexOfV(int count) { in timeIndexOfV() [all …]
|
/art/benchmark/type-check/src/ |
D | TypeCheckBenchmark.java | 18 public void timeCheckCastLevel1ToLevel1(int count) { in timeCheckCastLevel1ToLevel1() 25 public void timeCheckCastLevel2ToLevel1(int count) { in timeCheckCastLevel2ToLevel1() 32 public void timeCheckCastLevel3ToLevel1(int count) { in timeCheckCastLevel3ToLevel1() 39 public void timeCheckCastLevel9ToLevel1(int count) { in timeCheckCastLevel9ToLevel1() 46 public void timeCheckCastLevel9ToLevel2(int count) { in timeCheckCastLevel9ToLevel2() 53 public void timeInstanceOfLevel1ToLevel1(int count) { in timeInstanceOfLevel1ToLevel1() 64 public void timeInstanceOfLevel2ToLevel1(int count) { in timeInstanceOfLevel2ToLevel1() 75 public void timeInstanceOfLevel3ToLevel1(int count) { in timeInstanceOfLevel3ToLevel1() 86 public void timeInstanceOfLevel9ToLevel1(int count) { in timeInstanceOfLevel9ToLevel1() 97 public void timeInstanceOfLevel9ToLevel2(int count) { in timeInstanceOfLevel9ToLevel2()
|
/art/runtime/native/ |
D | java_lang_System.cc | 53 const jint count = length; in System_arraycopy() local 176 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 190 jcharArray javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 196 jbyteArray javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 202 jshortArray javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 208 jintArray javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 214 jlongArray javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 220 jfloatArray javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 226 jdoubleArray javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 237 jint count) { in System_arraycopyBooleanUnchecked()
|
/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/test/911-get-stack-trace/src/art/ |
D | Frames.java | 41 int count = getFrameCount(t); in doTestSameThread() local 74 int count = getFrameCount(t); in doTestOtherThreadWait() local 112 int count = getFrameCount(t); in doTestOtherThreadBusyLoop() local
|
/art/benchmark/stringbuilder-append/src/ |
D | StringBuilderAppendBenchmark.java | 24 public void timeAppendStrings(int count) { in timeAppendStrings() 37 public void timeAppendLongStrings(int count) { in timeAppendLongStrings() 50 public void timeAppendStringAndInt(int count) { in timeAppendStringAndInt()
|
/art/runtime/ |
D | thread_pool_test.cc | 30 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask() 65 AtomicInteger count(0); in TEST_F() local 80 AtomicInteger count(0); in TEST_F() local 106 AtomicInteger count(0); in TEST_F() local 127 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 155 AtomicInteger count(0); in TEST_F() local
|
D | barrier.cc | 28 Barrier::Barrier(int count, bool verify_count_on_shutdown) in Barrier() 47 void Barrier::Init(Thread* self, int count) { in Init() 99 void Barrier::SetCountLocked(Thread* self, int count) { in SetCountLocked()
|
/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 | class_ext-inl.h | 39 inline bool ClassExt::EnsureJniIdsArrayPresent(MemberOffset off, size_t count) { in EnsureJniIdsArrayPresent() 78 inline bool ClassExt::EnsureJMethodIDsArrayPresent(size_t count) { in EnsureJMethodIDsArrayPresent() 83 inline bool ClassExt::EnsureStaticJFieldIDsArrayPresent(size_t count) { in EnsureStaticJFieldIDsArrayPresent() 88 inline bool ClassExt::EnsureInstanceJFieldIDsArrayPresent(size_t count) { in EnsureInstanceJFieldIDsArrayPresent()
|
D | array-inl.h | 107 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() 120 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() 132 int32_t count) { in Memmove() 194 int32_t count) { in Memcpy() 285 for (size_t i = 0, count = GetLength(); i < count; ++i) { in Fixup() local 300 int32_t count, in Memcpy()
|
D | string.h | 209 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() 213 ALWAYS_INLINE static StringCompressionFlag GetCompressionFlagFromCount(int32_t count) { in GetCompressionFlagFromCount() 219 ALWAYS_INLINE static int32_t GetLengthFromCount(int32_t count) { in GetLengthFromCount()
|
D | string-alloc-inl.h | 40 explicit SetStringCountVisitor(int32_t count) : count_(count) { in SetStringCountVisitor() 58 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor() 94 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array, in SetStringCountAndValueVisitorFromCharArray() 124 SetStringCountAndValueVisitorFromString(int32_t count, in SetStringCountAndValueVisitorFromString() 227 int32_t count, in AllocFromCharArray()
|
/art/test/626-const-class-linking/src/ |
D | RacyLoader.java | 26 private int count; field in RacyLoader 30 public RacyLoader(ClassLoader parent, int count) { in RacyLoader()
|
D | RacyMisbehavingLoader.java | 26 private int count; field in RacyMisbehavingLoader 31 public RacyMisbehavingLoader(ClassLoader parent, int count, boolean throw_error) { in RacyMisbehavingLoader()
|
/art/runtime/interpreter/mterp/arm/ |
D | main.S | 163 .macro FETCH_ADVANCE_INST count argument 171 .macro PREFETCH_ADVANCE_INST dreg, sreg, count 180 .macro PREFETCH_INST count argument 185 .macro ADVANCE count argument 209 .macro FETCH reg, count 213 .macro FETCH_S reg, count
|
/art/runtime/interpreter/mterp/arm64/ |
D | main.S | 161 .macro FETCH_ADVANCE_INST count argument 169 .macro PREFETCH_ADVANCE_INST dreg, sreg, count 178 .macro PREFETCH_INST count argument 183 .macro ADVANCE count argument 204 .macro FETCH reg, count 208 .macro FETCH_S reg, count
|
/art/test/050-sync-test/src/ |
D | Main.java | 118 int count = mCount; in output() local 138 private static int count = 0; field in SleepyThread
|
/art/libdexfile/dex/ |
D | class_accessor-inl.h | 91 inline void ClassAccessor::VisitMembers(size_t count, in VisitMembers() 162 ClassAccessor::GetFieldsInternal(size_t count) const { in GetFieldsInternal() 181 ClassAccessor::GetMethodsInternal(size_t count) const { in GetMethodsInternal()
|
/art/tools/ahat/src/ri-test-dump/ |
D | DumpedStuff.java | 27 static int count = 0; field in DumpedStuff.Finalizable
|
/art/test/080-oom-fragmentation/src/ |
D | Main.java | 22 int count = 0; in main() local
|
/art/test/165-lock-owner-proxy/src/ |
D | Main.java | 65 int count = totalOperations; in run() local 83 int count = totalOperations; in run() local
|
/art/test/023-many-interfaces/ |
D | iface-gen.c | 11 static int createFiles(int count) in createFiles()
|