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

  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 35 static void StoreObjectInBss(ArtMethod* outer_method,
58 ObjPtr<mirror::ClassLoader> class_loader = outer_method->GetClassLoader();
77 static inline void StoreTypeInBss(ArtMethod* outer_method,
81 const DexFile* dex_file = outer_method->GetDexFile();
90 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_type);
95 static inline void StoreStringInBss(ArtMethod* outer_method,
99 const DexFile* dex_file = outer_method->GetDexFile();
108 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_string);
113 static ALWAYS_INLINE bool CanReferenceBss(ArtMethod* outer_method, ArtMethod* caller)
129 return outer_method->GetDexFile() == caller->GetDexFile()
    [all...]
quick_trampoline_entrypoints.cc 1219 ArtMethod* outer_method = *caller_sp; local
    [all...]
  /art/runtime/entrypoints/
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...]
entrypoint_utils.h 187 ArtMethod* outer_method; member in struct:art::CallerAndOuterMethod
entrypoint_utils-inl.h 47 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method,
53 DCHECK(!outer_method->IsObsolete());
74 ArtMethod* method = outer_method;
    [all...]

Completed in 63 milliseconds