Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h400 #define EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
402 ArtField* FindFieldFromCode<_type, _access_check>(uint32_t field_idx, \
406 #define EXPLICIT_FIND_FIELD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
407 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, false); \
408 EXPLICIT_FIND_FIELD_FROM_CODE_TEMPLATE_DECL(_type, true)
587 #define EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, _access_check) \ argument
589 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
593 #define EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(_type) \ argument
594 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, false); \
595 EXPLICIT_FIND_METHOD_FROM_CODE_TEMPLATE_DECL(_type, true)