Lines Matching refs:grow_mode
1029 KeyedAccessGrowMode grow_mode) { in GetElementStubWithoutMapCheck() argument
1030 ASSERT(grow_mode == DO_NOT_ALLOW_JSARRAY_GROWTH); in GetElementStubWithoutMapCheck()
1528 KeyedAccessGrowMode grow_mode = IsGrowStubKind(stub_kind) in ComputeStub() local
1595 grow_mode = ALLOW_JSARRAY_GROWTH; in ComputeStub()
1600 Code::ExtraICState extra_state = Code::ComputeExtraICState(grow_mode, in ComputeStub()
1607 ComputePolymorphicStub(&target_receiver_maps, strict_mode, grow_mode); in ComputeStub()
1616 KeyedAccessGrowMode grow_mode) { in ComputeMonomorphicStubWithoutMapCheck() argument
1629 grow_mode); in ComputeMonomorphicStubWithoutMapCheck()
1674 KeyedAccessGrowMode grow_mode) { in GetElementStubWithoutMapCheck() argument
1675 return KeyedStoreElementStub(is_js_array, elements_kind, grow_mode).GetCode(); in GetElementStubWithoutMapCheck()
1682 KeyedAccessGrowMode grow_mode) { in ComputePolymorphicStub() argument
1696 strict_mode, grow_mode).GetCode(); in ComputePolymorphicStub()
1700 grow_mode); in ComputePolymorphicStub()
1706 KeyedStoreStubCompiler compiler(isolate(), strict_mode, grow_mode); in ComputePolymorphicStub()