Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h906 template <bool _do_check>
940 template <bool _do_check> SHARED_REQUIRES(Locks::mutator_lock_) in SHARED_REQUIRES()
1031 #define EXPLICIT_DO_INVOKE_TEMPLATE_DECL(_type, _is_range, _do_check) \ argument
1033 bool DoInvoke<_type, _is_range, _do_check>(Thread* self, ShadowFrame& shadow_frame, \
1063 #define EXPLICIT_DO_CREATE_LAMBDA_DECL(_do_check) \ argument
1065 bool DoCreateLambda<_do_check>(Thread* self, \
1076 #define EXPLICIT_DO_INVOKE_LAMBDA_DECL(_do_check) \ argument
1078 bool DoInvokeLambda<_do_check>(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, \
1086 #define EXPLICIT_DO_BOX_LAMBDA_DECL(_do_check) \ argument
1088 bool DoBoxLambda<_do_check>(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, \
[all …]
Dinterpreter_common.cc100 #define EXPLICIT_DO_FIELD_GET_TEMPLATE_DECL(_find_type, _field_type, _do_check) \ argument
101 template bool DoFieldGet<_find_type, _field_type, _do_check>(Thread* self, \
320 #define EXPLICIT_DO_FIELD_PUT_TEMPLATE_DECL(_find_type, _field_type, _do_check, _transaction_active… argument
321 template bool DoFieldPut<_find_type, _field_type, _do_check, _transaction_active>(Thread* self, \