Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
ic.h | 277 ASSERT(target()->is_load_stub()); |
debug.cc | 490 } else if (code->is_load_stub()) { [all...] |
stub-cache.cc | [all...] |
objects.h | 3314 inline bool is_load_stub() { return kind() == LOAD_IC; } function in class:v8::internal::Code [all...] |