Home
last modified time | relevance | path

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

/art/runtime/
Dproxy_test.h68 jsize array_index = 0; in GenerateProxyClass() local
78 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>( in GenerateProxyClass()
85 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>( in GenerateProxyClass()
93 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>( in GenerateProxyClass()
99 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>( in GenerateProxyClass()
103 CHECK_EQ(array_index, methods_count); in GenerateProxyClass()
/art/dex2oat/linker/
Dimage_writer.h517 uint32_t array_index)
522 uint32_t array_index)
526 uint32_t array_index)
Dimage_writer.cc3226 uint32_t array_index) { in FixupDexCacheArrayEntry() argument
3230 reinterpret_cast<mirror::DexCachePair<T>*>(&orig_array[array_index]); in FixupDexCacheArrayEntry()
3232 reinterpret_cast<mirror::DexCachePair<T>*>(&new_array[array_index]); in FixupDexCacheArrayEntry()
3241 uint32_t array_index) { in FixupDexCacheArrayEntry() argument
3247 reinterpret_cast<DexCache::ConversionPair64*>(orig_array) + array_index; in FixupDexCacheArrayEntry()
3249 reinterpret_cast<DexCache::ConversionPair64*>(new_array) + array_index; in FixupDexCacheArrayEntry()
3257 reinterpret_cast<DexCache::ConversionPair32*>(orig_array) + array_index; in FixupDexCacheArrayEntry()
3259 reinterpret_cast<DexCache::ConversionPair32*>(new_array) + array_index; in FixupDexCacheArrayEntry()
3270 uint32_t array_index) { in FixupDexCacheArrayEntry() argument
3272 new_array[array_index].AddressWithoutBarrier(), orig_array[array_index].Read()); in FixupDexCacheArrayEntry()