Searched refs:CombineFeedback (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 4778 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 …]
|
D | code-stub-assembler.h | 2491 void CombineFeedback(Variable* existing_feedback, int feedback); 2492 void CombineFeedback(Variable* existing_feedback, Node* feedback);
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1177 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()
|