Home | History | Annotate | Download | only in entrypoints

Lines Matching refs:DexCache

68   Handle<mirror::DexCache> dex_cache(hs.NewHandle(outer_method->GetDexCache()));
168 // Given the context of a calling Method, use its DexCache to resolve a type to a Class. If it
262 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If
349 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(method->GetDexCache()));
746 // Do not set the DexCache InitializedStaticStorage, since that implies <clinit> has finished