Lines Matching refs:elements_kind
40 ElementsKind elements_kind = receiver_map->elements_kind(); in ComputeKeyedLoadMonomorphicHandler() local
45 is_js_array && elements_kind == FAST_HOLEY_ELEMENTS && in ComputeKeyedLoadMonomorphicHandler()
46 *receiver_map == isolate->get_initial_js_array_map(elements_kind) && in ComputeKeyedLoadMonomorphicHandler()
58 stub = LoadFastElementStub(isolate, is_js_array, elements_kind, in ComputeKeyedLoadMonomorphicHandler()
248 ElementsKind elements_kind = receiver_map->elements_kind(); in CompileKeyedStorePolymorphicHandlers() local
251 ElementsTransitionAndStoreStub(isolate(), elements_kind, in CompileKeyedStorePolymorphicHandlers()
252 transitioned_map->elements_kind(), in CompileKeyedStorePolymorphicHandlers()
259 if (IsSloppyArgumentsElements(elements_kind)) { in CompileKeyedStorePolymorphicHandlers()
265 elements_kind, store_mode).GetCode(); in CompileKeyedStorePolymorphicHandlers()
268 StoreElementStub(isolate(), elements_kind, store_mode).GetCode(); in CompileKeyedStorePolymorphicHandlers()
283 ElementsKind elements_kind = receiver_map->elements_kind(); in CompileKeyedStoreMonomorphicHandler() local
290 stub = StoreFastElementStub(isolate(), is_jsarray, elements_kind, in CompileKeyedStoreMonomorphicHandler()
293 stub = StoreElementStub(isolate(), elements_kind, store_mode).GetCode(); in CompileKeyedStoreMonomorphicHandler()