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
173 static const int kFirstPrototypeIndex = 3; variable
Dic.cc877 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, in InitPrototypeChecks()
889 array->set(LoadHandler::kFirstPrototypeIndex + checks_count, *weak_cell); in InitPrototypeChecks()
976 LoadHandler::kFirstPrototypeIndex + checks_count, TENURED)); in LoadFromPrototype()
981 LoadHandler::kFirstPrototypeIndex); in LoadFromPrototype()
1017 LoadHandler::kFirstPrototypeIndex + checks_count, TENURED)); in LoadNonExistent()
1022 LoadHandler::kFirstPrototypeIndex); in LoadNonExistent()
1930 StoreHandler::kFirstPrototypeIndex + checks_count, TENURED)); in StoreTransition()
1935 StoreHandler::kFirstPrototypeIndex); in StoreTransition()
/external/v8/src/
Dcode-stub-assembler.cc5810 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex)); in EmitLoadICProtoArrayCheck()
5817 start_index.Bind(IntPtrConstant(LoadHandler::kFirstPrototypeIndex + 1)); in EmitLoadICProtoArrayCheck()
5820 FixedArray::OffsetOfElementAt(LoadHandler::kFirstPrototypeIndex); in EmitLoadICProtoArrayCheck()
6377 IntPtrConstant(StoreHandler::kFirstPrototypeIndex), length, in HandleStoreICProtoHandler()