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

  /external/v8/src/
ic.h 268 ASSERT(target()->is_call_stub());
objects-inl.h     [all...]
debug.cc 395 if (target_code->is_call_stub() || target_code->is_keyed_call_stub()) {
    [all...]
objects.h 4211 inline bool is_call_stub() { return kind() == CALL_IC; } function in class:v8::internal::Code
    [all...]
heap.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/
ic.h 314 ASSERT(target()->is_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...]
heap.cc     [all...]
objects.h 4921 inline bool is_call_stub() { return kind() == CALL_IC; } function in class:v8::internal::Code
    [all...]
objects.cc     [all...]

Completed in 393 milliseconds