Searched defs:access_check (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/
H A Dentrypoint_utils.cc40 bool access_check)
68 if (access_check) {
82 bool access_check,
85 access_check);
102 bool access_check,
105 access_check);
80 CheckAndAllocArrayFromCode(uint32_t type_idx, mirror::ArtMethod* referrer, int32_t component_count, Thread* self, bool access_check, gc::AllocatorType ) argument
98 CheckAndAllocArrayFromCodeInstrumented(uint32_t type_idx, mirror::ArtMethod* referrer, int32_t component_count, Thread* self, bool access_check, gc::AllocatorType ) argument
H A Dentrypoint_utils-inl.h257 template<FindFieldType type, bool access_check>
281 if (access_check) {
352 template<InvokeType type, bool access_check>
375 } else if (access_check) {
399 if (access_check &&
413 if (access_check) {
531 bool access_check, InvokeType type) {
541 if (access_check) {
528 FindMethodFast(uint32_t method_idx, mirror::Object* this_object, mirror::ArtMethod* referrer, bool access_check, InvokeType type) argument

Completed in 129 milliseconds