Home
last modified time | relevance | path

Searched refs:access_check (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h111 bool access_check,
118 bool access_check,
134 template<FindFieldType type, bool access_check>
139 template<InvokeType type, bool access_check>
155 bool access_check, InvokeType type)
Dentrypoint_utils.cc40 bool access_check) in CheckFilledNewArrayAlloc() argument
68 if (access_check) { in CheckFilledNewArrayAlloc()
82 bool access_check, in CheckAndAllocArrayFromCode() argument
85 access_check); in CheckAndAllocArrayFromCode()
102 bool access_check, in CheckAndAllocArrayFromCodeInstrumented() argument
105 access_check); in CheckAndAllocArrayFromCodeInstrumented()
Dentrypoint_utils-inl.h257 template<FindFieldType type, bool access_check>
281 if (access_check) { in FindFieldFromCode()
352 template<InvokeType type, bool access_check>
375 } else if (access_check) { in FindMethodFromCode()
399 if (access_check && in FindMethodFromCode()
413 if (access_check) { in FindMethodFromCode()
531 bool access_check, InvokeType type) { in FindMethodFast() argument
541 if (access_check) { in FindMethodFast()
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc24 template<InvokeType type, bool access_check>
28 access_check, type); in FindMethodHelper()
32 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method, in FindMethodHelper()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1740 template<InvokeType type, bool access_check>
1745 template<InvokeType type, bool access_check>
1749 mirror::ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, in artInvokeCommon()
1761 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method, in artInvokeCommon()
1784 #define EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(type, access_check) \ argument
1786 TwoWordReturn artInvokeCommon<type, access_check>(uint32_t method_idx, \