Searched refs:FieldIndexOf (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | load-elimination.cc | 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() [all …]
|
D | load-elimination.h | 301 static int FieldIndexOf(int offset); in NON_EXPORTED_BASE() 302 static int FieldIndexOf(FieldAccess const& access); in NON_EXPORTED_BASE()
|