HomeSort by relevance Sort by last modified time
    Searched refs:is_keyed_call_stub (Results 1 - 13 of 13) sorted by null

  /external/v8/src/
ic.h 299 ASSERT(target()->is_keyed_call_stub());
objects-inl.h     [all...]
debug.cc 395 if (target_code->is_call_stub() || target_code->is_keyed_call_stub()) {
    [all...]
objects.h 4212 inline bool is_keyed_call_stub() { return kind() == KEYED_CALL_IC; } function in class:v8::internal::Code
    [all...]
heap.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/
ic.h 345 ASSERT(target()->is_keyed_call_stub());
debug.cc 415 return target_code->is_call_stub() || target_code->is_keyed_call_stub();
429 if (target_code->is_call_stub() || target_code->is_keyed_call_stub()) {
    [all...]
objects-inl.h     [all...]
ic.cc 186 target->is_keyed_call_stub() ||
    [all...]
heap.cc     [all...]
objects.h 4922 inline bool is_keyed_call_stub() { return kind() == KEYED_CALL_IC; } function in class:v8::internal::Code
    [all...]
objects.cc     [all...]

Completed in 506 milliseconds