Searched refs:var_word32 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1063 VARIABLE(var_word32, MachineRepresentation::kWord32); in IGNITION_HANDLER() 1067 TaggedToWord32OrBigIntWithFeedback(context, operand, &if_number, &var_word32, in IGNITION_HANDLER() 1073 ChangeInt32ToTagged(Signed(Word32BitwiseNot(var_word32.value()))); in IGNITION_HANDLER()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1647 Variable* var_word32, Label* if_bigint, 1650 Node* context, Node* value, Label* if_number, Variable* var_word32, 2939 Variable* var_word32,
|
D | code-stub-assembler.cc | 4733 Variable* var_word32, in TaggedToWord32OrBigInt() argument 4737 context, value, if_number, var_word32, if_bigint, var_bigint); in TaggedToWord32OrBigInt() 4744 Node* context, Node* value, Label* if_number, Variable* var_word32, in TaggedToWord32OrBigIntWithFeedback() argument 4747 context, value, if_number, var_word32, if_bigint, var_bigint, in TaggedToWord32OrBigIntWithFeedback() 4753 Node* context, Node* value, Label* if_number, Variable* var_word32, in TaggedToWord32OrBigIntImpl() argument 4755 DCHECK(var_word32->rep() == MachineRepresentation::kWord32); in TaggedToWord32OrBigIntImpl() 4777 var_word32->Bind(SmiToInt32(value)); in TaggedToWord32OrBigIntImpl() 4815 var_word32->Bind(TruncateHeapNumberValueToWord32(value)); in TaggedToWord32OrBigIntImpl()
|