Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h406 #define EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
408 ArtField* FindFieldFromCode<_type, _access_check>(uint32_t field_idx, \
412 #define EXPLICIT_FIND_FIELD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
413 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, false); \
414 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, true)
593 #define EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
595 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
599 #define EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
600 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, false); \
601 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, true)