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

/art/runtime/interpreter/
H A Dinterpreter_common.cc1547 #define EXPLICIT_DO_CALL_TEMPLATE_DECL(_is_range, _do_assignability_check) \ macro
1553 EXPLICIT_DO_CALL_TEMPLATE_DECL(false, false);
1554 EXPLICIT_DO_CALL_TEMPLATE_DECL(false, true);
1555 EXPLICIT_DO_CALL_TEMPLATE_DECL(true, false);
1556 EXPLICIT_DO_CALL_TEMPLATE_DECL(true, true);
1557 #undef EXPLICIT_DO_CALL_TEMPLATE_DECL macro

Completed in 60 milliseconds