Searched refs:FieldIndexOf (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.cc | 804 FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceEnsureWritableFastElements() 808 object, FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceEnsureWritableFastElements() 832 FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceMaybeGrowFastElements() 836 object, FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceMaybeGrowFastElements() 856 alias_info, FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceTransitionElementsKind() 901 FieldIndexOf(JSObject::kElementsOffset, kTaggedSize), in ReduceTransitionAndStoreElement() 924 IndexRange field_index = FieldIndexOf(access); in ReduceLoadField() 990 IndexRange field_index = FieldIndexOf(access); in ReduceStoreField() 1265 IndexRange field_index = FieldIndexOf(access); in ComputeLoopStateForStoreField() 1302 object, FieldIndexOf(JSObjec in ComputeLoopState() 1404 LoadElimination::IndexRange LoadElimination::FieldIndexOf( FieldIndexOf() function in v8::internal::compiler::LoadElimination 1413 LoadElimination::IndexRange LoadElimination::FieldIndexOf( FieldIndexOf() function in v8::internal::compiler::LoadElimination [all...] |
H A D | load-elimination.h | 324 static IndexRange FieldIndexOf(int offset, int representation_size); 325 static IndexRange FieldIndexOf(FieldAccess const& access);
|
Completed in 4 milliseconds