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

  /external/v8/src/
debug.cc 432 if (code->is_keyed_store_stub()) KeyedStoreIC::ClearInlinedVersion(pc());
451 if (code->is_keyed_store_stub()) KeyedStoreIC::RestoreInlinedVersion(pc());
    [all...]
objects.h 2650 inline bool is_keyed_store_stub() { return kind() == KEYED_STORE_IC; } function in class:v8::internal::Code
    [all...]

Completed in 575 milliseconds