HomeSort by relevance Sort by last modified time
    Searched full:is_binary_op_stub (Results 1 - 4 of 4) sorted by null

  /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...]

Completed in 210 milliseconds