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

  /external/v8/src/ic/
handler-configuration.h 84 static const int kFirstPrototypeIndex = 3;
175 static const int kFirstPrototypeIndex = 3;
ic.cc 901 array->set(LoadHandler::kFirstPrototypeIndex + checks_count,
913 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, *weak_cell);
    [all...]
accessor-assembler.cc 391 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex));
398 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex + 1));
401 FixedArray::OffsetOfElementAt(LoadHandler::kFirstPrototypeIndex);
574 BuildFastLoop(IntPtrConstant(StoreHandler::kFirstPrototypeIndex), length,
    [all...]

Completed in 75 milliseconds