• Home
  • Raw
  • Download

Lines Matching refs:FieldIndexOf

639       state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), zone());  in ReduceEnsureWritableFastElements()
641 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node, in ReduceEnsureWritableFastElements()
664 state->KillField(object, FieldIndexOf(JSArray::kLengthOffset), zone()); in ReduceMaybeGrowFastElements()
668 state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), zone()); in ReduceMaybeGrowFastElements()
670 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node, in ReduceMaybeGrowFastElements()
704 state = state->KillField(object, FieldIndexOf(JSObject::kElementsOffset), in ReduceTransitionElementsKind()
729 int field_index = FieldIndexOf(access); in ReduceLoadField()
776 int field_index = FieldIndexOf(access); in ReduceStoreField()
960 object, FieldIndexOf(JSObject::kElementsOffset), zone()); in ComputeLoopState()
968 object, FieldIndexOf(JSObject::kElementsOffset), zone()); in ComputeLoopState()
971 object, FieldIndexOf(JSArray::kLengthOffset), zone()); in ComputeLoopState()
984 object, FieldIndexOf(JSObject::kElementsOffset), zone()); in ComputeLoopState()
995 int field_index = FieldIndexOf(access); in ComputeLoopState()
1028 int LoadElimination::FieldIndexOf(int offset) { in FieldIndexOf() function in v8::internal::compiler::LoadElimination
1037 int LoadElimination::FieldIndexOf(FieldAccess const& access) { in FieldIndexOf() function in v8::internal::compiler::LoadElimination
1073 return FieldIndexOf(access.offset); in FieldIndexOf()