Home
last modified time | relevance | path

Searched refs:managed_sp (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1841 ArtMethod** managed_sp, in ComputeLayout() argument
1850 void* storage = GetGenericJniHandleScope(managed_sp, num_handle_scope_references_); in ComputeLayout()
1856 DCHECK_GE(static_cast<size_t>(reinterpret_cast<uint8_t*>(managed_sp) - sp8), in ComputeLayout()
1975 ArtMethod** managed_sp, in BuildGenericJniFrameVisitor() argument
1977 : QuickArgumentVisitor(managed_sp, is_static, shorty, shorty_len), in BuildGenericJniFrameVisitor()
1980 DCHECK_ALIGNED(managed_sp, kStackAlignment); in BuildGenericJniFrameVisitor()
1985 fsc.ComputeLayout(self, managed_sp, shorty, shorty_len, &handle_scope_); in BuildGenericJniFrameVisitor()
1990 ArtMethod* method = *managed_sp; in BuildGenericJniFrameVisitor()
2157 ArtMethod** managed_sp, in artQuickGenericJniTrampoline() argument
2161 ArtMethod* called = *managed_sp; in artQuickGenericJniTrampoline()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.h218 inline HandleScope* GetGenericJniHandleScope(ArtMethod** managed_sp,
Dentrypoint_utils-inl.h762 inline HandleScope* GetGenericJniHandleScope(ArtMethod** managed_sp, in GetGenericJniHandleScope() argument
767 return reinterpret_cast<HandleScope*>(reinterpret_cast<uint8_t*>(managed_sp) - offset); in GetGenericJniHandleScope()