Lines Matching refs:CAST
36 Branch(IsCallable(CAST(method)), &if_callable, &if_not_callable);
48 Branch(IsJSReceiver(CAST(iterator)), &get_next, &if_notobject);
71 TNode<HeapObject> heap_object_result = CAST(result);
107 return CAST(heap_object_result);
250 TNode<Uint16T> next_value_type = LoadInstanceType(CAST(next_value));
339 *var_result = CAST(
351 const TNode<IntPtrT> length = LoadStringLengthAsWord(CAST(iterable));
356 *var_result = CAST(CallBuiltin(Builtin::kStringToList, context, iterable));
368 CAST(CallBuiltin(Builtin::kMapIteratorToList, context, iterable));
380 CAST(CallBuiltin(Builtin::kSetOrSetIteratorToList, context, iterable));