Lines Matching refs:index
396 SharedFunctionInfo DeoptimizationData::GetInlinedFunction(int index) {
397 if (index == -1) {
400 return SharedFunctionInfo::cast(LiteralArray().get(index));
443 os << " index bytecode-offset node-id pc";
445 os << " index bytecode-offset pc";
852 int DependentCode::FillEntryFromBack(int index, int length) {
853 DCHECK_EQ(index % 2, 0);
855 for (int i = length - kSlotsPerEntry; i > index; i -= kSlotsPerEntry) {
859 Set(index + kCodeSlotOffset, obj);
860 Set(index + kGroupsSlotOffset, Get(i + kGroupsSlotOffset),
864 return index; // No non-cleared entry found.