Searched refs:outer_method (Results 1 – 2 of 2) sorted by relevance
270 ArtMethod* outer_method = *caller_sp; in GetCalleeSaveMethodCaller() local271 ArtMethod* caller = outer_method; in GetCalleeSaveMethodCaller()273 if (outer_method != nullptr) { in GetCalleeSaveMethodCaller()274 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in GetCalleeSaveMethodCaller()284 caller = GetResolvedMethod(outer_method, in GetCalleeSaveMethodCaller()
43 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod() argument51 ArtMethod* caller = outer_method->GetDexCacheResolvedMethod(method_index, sizeof(void*)); in GetResolvedMethod()68 Handle<mirror::DexCache> dex_cache(hs.NewHandle(outer_method->GetDexCache())); in GetResolvedMethod()70 class_loader.Assign(outer_method->GetClassLoader()); in GetResolvedMethod()72 caller = GetResolvedMethod<kResolve>(outer_method, in GetResolvedMethod()80 *outer_method->GetDexFile(), method_index, dex_cache, class_loader, nullptr, invoke_type); in GetResolvedMethod()