Lines Matching refs:FieldIndexOf
803 state = state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), in ReduceEnsureWritableFastElements()
806 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node, in ReduceEnsureWritableFastElements()
829 state = state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), in ReduceMaybeGrowFastElements()
832 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node, in ReduceMaybeGrowFastElements()
852 state->KillField(alias_info, FieldIndexOf(JSObject::kElementsOffset), in ReduceTransitionElementsKind()
896 state = state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), in ReduceTransitionAndStoreElement()
919 int field_index = FieldIndexOf(access); in ReduceLoadField()
970 int field_index = FieldIndexOf(access); in ReduceStoreField()
1210 FieldIndexOf(JSObject::kElementsOffset), in ComputeLoopState()
1217 FieldIndexOf(JSObject::kElementsOffset), in ComputeLoopState()
1238 FieldIndexOf(JSObject::kElementsOffset), in ComputeLoopState()
1249 int field_index = FieldIndexOf(access); in ComputeLoopState()
1314 FieldIndexOf(JSObject::kElementsOffset), in ComputeLoopState()
1324 int LoadElimination::FieldIndexOf(int offset) { in FieldIndexOf() function in v8::internal::compiler::LoadElimination
1333 int LoadElimination::FieldIndexOf(FieldAccess const& access) { in FieldIndexOf() function in v8::internal::compiler::LoadElimination
1366 return FieldIndexOf(access.offset); in FieldIndexOf()