HomeSort by relevance Sort by last modified time
    Searched defs:outer_method (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.h 187 ArtMethod* outer_method; member in struct:art::CallerAndOuterMethod
entrypoint_utils.cc 189 ArtMethod* outer_method = *caller_sp; local
190 return std::make_pair(outer_method, caller_pc);
193 static inline ArtMethod* DoGetCalleeSaveMethodCaller(ArtMethod* outer_method,
197 ArtMethod* caller = outer_method;
199 if (outer_method != nullptr) {
200 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc);
211 caller = GetResolvedMethod(outer_method,
239 ArtMethod* outer_method = outer_caller_and_pc.first; local
241 ArtMethod* caller = DoGetCalleeSaveMethodCaller(outer_method, caller_pc, do_caller_check);
250 result.outer_method = outer_caller_and_pc.first
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1219 ArtMethod* outer_method = *caller_sp; local
    [all...]

Completed in 63 milliseconds