Lines Matching defs:object
943 // MegamorphicSentinel is an immortal immovable object so
1554 TNode<Object> object = GetAccumulator();
1562 GotoIf(TaggedIsSmi(object), &if_objectissmi);
1563 Branch(IsHeapNumber(CAST(object)), &if_objectisheapnumber, &if_objectisother);
1567 var_result = CAST(object);
1574 var_result = CAST(object);
1586 GotoIfNot(IsBigInt(CAST(object)), ¬_bigint);
1588 var_result = CAST(object);
1595 // Convert {object} by calling out to the appropriate builtin.
1596 var_result = CAST(CallBuiltin(builtin, context, object));
1603 // Record the type feedback collected for {object}.