Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
ic.h | 257 ASSERT(target()->is_keyed_call_stub()); |
debug.cc | 402 if (code->is_call_stub() || code->is_keyed_call_stub()) { [all...] |
objects-inl.h | [all...] |
objects.h | 3319 inline bool is_keyed_call_stub() { return kind() == KEYED_CALL_IC; } function in class:v8::internal::Code [all...] |
heap.cc | [all...] |