Home
last modified time | relevance | path

Searched refs:TaggedToWord32OrBigIntWithFeedback (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-generator.cc916 TaggedToWord32OrBigIntWithFeedback(context, left, &if_left_number, in BitwiseBinaryOpWithFeedback()
920 TaggedToWord32OrBigIntWithFeedback(context, right, &do_number_op, in BitwiseBinaryOpWithFeedback()
962 TaggedToWord32OrBigIntWithFeedback(context, left, &do_smi_op, in BitwiseBinaryOpWithSmi()
1067 TaggedToWord32OrBigIntWithFeedback(context, operand, &if_number, &var_word32, in IGNITION_HANDLER()
/external/v8/src/
Dcode-stub-assembler.h1649 void TaggedToWord32OrBigIntWithFeedback(
Dcode-stub-assembler.cc4743 void CodeStubAssembler::TaggedToWord32OrBigIntWithFeedback( in TaggedToWord32OrBigIntWithFeedback() function in v8::internal::CodeStubAssembler