Searched refs:is_binary_op_stub (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | debug.cc | 134 !code->is_binary_op_stub() && in Next() |
D | objects.h | 5051 inline bool is_binary_op_stub() { return kind() == BINARY_OP_IC; } in is_binary_op_stub() function |