OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_access_check
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/
entrypoint_utils-inl.h
406
#define EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type,
_access_check
) \
408
ArtField* FindFieldFromCode<_type,
_access_check
>(uint32_t field_idx, \
593
#define EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type,
_access_check
) \
595
ArtMethod* FindMethodFromCode<_type,
_access_check
>(uint32_t method_idx, \
[
all
...]
/external/python/cpython3/Lib/
shutil.py
1128
def
_access_check
(fn, mode):
function in function:which
[
all
...]
Completed in 289 milliseconds