Home
last modified time | relevance | path

Searched refs:ResizeArray (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/1974-resize-array/src/art/
H A DTest1974.java115 ResizeArray(get_the_value, 7); in runHashMap()
133 ResizeArray(wr::get, wr.get().length + 5); in runWeakReference()
149 ResizeArray(() -> theInstanceClass.self_ref, theInstanceClass.self_ref.length + 5); in runInstanceSelfRef()
202 ResizeArray(() -> arr_loc, arr_loc.length + 5); in runLocal()
215 ResizeArray(() -> arr_loc, arr_loc.length - 2); in runLocalSmall()
267 ResizeArray(getArr, 1); in runMultiThreadLocal()
348 ResizeArray(getArr, 1); in runWithLocks()
402 ResizeArray(() -> arr, arr.length + 4); in runWithJniLocals()
418 ResizeArray(() -> arr, arr.length + 5); in runWithJvmtiTags()
435 ResizeArray(() -> arr, arr.length + 5); in runWithJvmtiTagsObsolete()
[all …]