Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc786 BinaryOpAssembler binop_asm(state()); in BinaryOpWithFeedback() local
787 Node* result = (binop_asm.*generator)(context, lhs, rhs, slot_index, in BinaryOpWithFeedback()
800 BinaryOpAssembler binop_asm(state()); in BinaryOpSmiWithFeedback() local
801 Node* result = (binop_asm.*generator)(context, lhs, rhs, slot_index, in BinaryOpSmiWithFeedback()