Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
type-info.cc | 364 ASSERT(code->is_unary_op_stub()); |
objects-inl.h | [all...] |
debug.cc | 162 !code->is_unary_op_stub() && [all...] |
objects.h | 4213 inline bool is_unary_op_stub() { return kind() == UNARY_OP_IC; } function in class:v8::internal::Code [all...] |