Home | History | Annotate | Download | only in src

Lines Matching refs:check_type

6176     if (expr->check_type() == NUMBER_CHECK) {
6722 CheckType check_type) {
6723 ASSERT(check_type != RECEIVER_MAP_CHECK || !receiver_map.is_null());
6731 if (argument_count == 2 && check_type == STRING_CHECK) {
6753 if (argument_count == 2 && check_type == RECEIVER_MAP_CHECK) {
6775 if (argument_count == 2 && check_type == RECEIVER_MAP_CHECK) {
6788 if (argument_count == 3 && check_type == RECEIVER_MAP_CHECK) {
6825 if (argument_count == 1 && check_type == RECEIVER_MAP_CHECK) {
6836 if (argument_count == 3 && check_type == RECEIVER_MAP_CHECK) {
6851 if (argument_count == 3 && check_type == RECEIVER_MAP_CHECK) {
6875 if (!expr->IsMonomorphic() || expr->check_type() != RECEIVER_MAP_CHECK) {
7012 expr->check_type())) {
7022 expr->check_type() != RECEIVER_MAP_CHECK) {
7038 ASSERT(expr->check_type() == RECEIVER_MAP_CHECK);