Lines Matching refs:dex_cache
573 DexCache* dex_cache, uint32_t field_idx)
583 DexCache* dex_cache, uint32_t method_idx)
760 ArtMethod* FindInterfaceMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
769 ArtMethod* FindDeclaredDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
778 ArtMethod* FindDirectMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
787 ArtMethod* FindDeclaredVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
796 ArtMethod* FindVirtualMethod(const DexCache* dex_cache, uint32_t dex_method_idx)
900 ArtField* FindInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx)
906 ArtField* FindDeclaredInstanceField(const DexCache* dex_cache, uint32_t dex_field_idx)
916 static ArtField* FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache,
923 ArtField* FindDeclaredStaticField(const DexCache* dex_cache, uint32_t dex_field_idx)
1058 uint32_t field_idx, DexCache* dex_cache)
1062 uint32_t method_idx, DexCache* dex_cache)