Searched defs:EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL (Results 1 - 1 of 1) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.cc949 #define EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL(_is_range, _do_assignability_check) \ macro
956 EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL(false, false);
957 EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL(false, true);
958 EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL(true, false);
959 EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL(true, true);
960 #undef EXPLICIT_DO_LAMBDA_CALL_TEMPLATE_DECL macro

Completed in 45 milliseconds