Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc4778 CombineFeedback(var_feedback, BinaryOperationFeedback::kSignedSmall); in TaggedToWord32OrBigIntImpl()
4816 CombineFeedback(var_feedback, BinaryOperationFeedback::kNumber); in TaggedToWord32OrBigIntImpl()
4822 CombineFeedback(var_feedback, BinaryOperationFeedback::kBigInt); in TaggedToWord32OrBigIntImpl()
9129 void CodeStubAssembler::CombineFeedback(Variable* existing_feedback, in CombineFeedback() function in v8::internal::CodeStubAssembler
9136 void CodeStubAssembler::CombineFeedback(Variable* existing_feedback, in CombineFeedback() function in v8::internal::CodeStubAssembler
10216 CombineFeedback(var_type_feedback, in RelationalComparison()
10242 CombineFeedback(var_type_feedback, CompareOperationFeedback::kNumber); in RelationalComparison()
10288 CombineFeedback(var_type_feedback, CompareOperationFeedback::kNumber); in RelationalComparison()
10340 CombineFeedback(var_type_feedback, in RelationalComparison()
10393 CombineFeedback(var_type_feedback, in RelationalComparison()
[all …]
Dcode-stub-assembler.h2491 void CombineFeedback(Variable* existing_feedback, int feedback);
2492 void CombineFeedback(Variable* existing_feedback, Node* feedback);
/external/v8/src/interpreter/
Dinterpreter-generator.cc1177 CombineFeedback(&var_feedback, BinaryOperationFeedback::kBigInt); in UnaryOpWithFeedback()
1210 CombineFeedback(&var_feedback, BinaryOperationFeedback::kNumber); in UnaryOpWithFeedback()
1240 CombineFeedback(var_feedback, BinaryOperationFeedback::kSignedSmall); in SmiOp()
1245 CombineFeedback(var_feedback, BinaryOperationFeedback::kNumber); in SmiOp()
1341 CombineFeedback(var_feedback, BinaryOperationFeedback::kSignedSmall); in SmiOp()