Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
type-info.cc | 383 if (code->is_binary_op_stub()) { 467 if (!code->is_binary_op_stub()) return unknown; |
objects-inl.h | [all...] |
debug.cc | 161 !code->is_binary_op_stub() && [all...] |
objects.h | 4214 inline bool is_binary_op_stub() { return kind() == BINARY_OP_IC; } function in class:v8::internal::Code [all...] |
/external/chromium_org/v8/src/ | |
debug.cc | 162 !code->is_binary_op_stub() && [all...] |
objects.h | 5147 inline bool is_binary_op_stub() { return kind() == BINARY_OP_IC; } function in class:v8::internal::Code [all...] |