Home
last modified time | relevance | path

Searched refs:kFirstPrototypeIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dhandler-configuration.h84 static const int kFirstPrototypeIndex = 3; variable
175 static const int kFirstPrototypeIndex = 3; variable
Dic.cc901 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, in InitPrototypeChecks()
913 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, *weak_cell); in InitPrototypeChecks()
1000 LoadHandler::kFirstPrototypeIndex + checks_count, TENURED)); in LoadFromPrototype()
1005 LoadHandler::kFirstPrototypeIndex); in LoadFromPrototype()
1041 LoadHandler::kFirstPrototypeIndex + checks_count, TENURED)); in LoadNonExistent()
1046 LoadHandler::kFirstPrototypeIndex); in LoadNonExistent()
1890 StoreHandler::kFirstPrototypeIndex + checks_count, TENURED)); in StoreTransition()
1895 StoreHandler::kFirstPrototypeIndex); in StoreTransition()
Daccessor-assembler.cc391 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex)); in EmitLoadICProtoArrayCheck()
398 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex + 1)); in EmitLoadICProtoArrayCheck()
401 FixedArray::OffsetOfElementAt(LoadHandler::kFirstPrototypeIndex); in EmitLoadICProtoArrayCheck()
574 BuildFastLoop(IntPtrConstant(StoreHandler::kFirstPrototypeIndex), length, in HandleStoreICProtoHandler()