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.cc1815 ArtMethod** managed_sp, in ComputeLayout() argument
1824 void* storage = GetGenericJniHandleScope(managed_sp, num_handle_scope_references_); in ComputeLayout()
1830 DCHECK_GE(static_cast<size_t>(reinterpret_cast<uint8_t*>(managed_sp) - sp8), in ComputeLayout()
1949 ArtMethod** managed_sp, in BuildGenericJniFrameVisitor() argument
1951 : QuickArgumentVisitor(managed_sp, is_static, shorty, shorty_len), in BuildGenericJniFrameVisitor()
1954 DCHECK_ALIGNED(managed_sp, kStackAlignment); in BuildGenericJniFrameVisitor()
1959 fsc.ComputeLayout(self, managed_sp, shorty, shorty_len, &handle_scope_); in BuildGenericJniFrameVisitor()
1964 ArtMethod* method = *managed_sp; in BuildGenericJniFrameVisitor()
2131 ArtMethod** managed_sp, in artQuickGenericJniTrampoline() argument
2135 ArtMethod* called = *managed_sp; in artQuickGenericJniTrampoline()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.h219 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()