Lines Matching refs:dex_cache
642 DexCache* dex_cache, uint32_t field_idx)
652 DexCache* dex_cache, uint32_t method_idx)
908 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
920 ArtMethod* FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
932 ArtMethod* FindDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
944 ArtMethod* FindDeclaredVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
962 ArtMethod* FindVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx,
1083 ArtField* FindInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx)
1089 ArtField* FindDeclaredInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx)
1099 static ArtField* FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache,
1106 ArtField* FindDeclaredStaticField(const DexCache* dex_cache, uint32_t dex_field_idx)
1291 uint32_t field_idx, DexCache* dex_cache)
1295 uint32_t method_idx, DexCache* dex_cache)