Lines Matching refs:_do_check
906 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, \
1096 #define EXPLICIT_DO_UNBOX_LAMBDA_DECL(_do_check) \ argument
1098 bool DoUnboxLambda<_do_check>(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, \
1106 #define EXPLICIT_DO_CAPTURE_VARIABLE_DECL(_do_check) \ argument
1108 bool DoCaptureVariable<_do_check>(Thread* self, \
1118 #define EXPLICIT_DO_LIBERATE_VARIABLE_DECL(_do_check) \ argument
1120 bool DoLiberateVariable<_do_check>(Thread* self, \