Lines Matching refs:handlers
41 CodeHandleList handlers(1); in CompileMonomorphic() local
43 handlers.Add(handler); in CompileMonomorphic()
45 return CompilePolymorphic(&types, &handlers, name, stub_type, check); in CompileMonomorphic()
257 CodeHandleList handlers(receiver_maps->length()); in ComputeKeyedLoadPolymorphic() local
259 compiler.CompileElementHandlers(receiver_maps, &handlers); in ComputeKeyedLoadPolymorphic()
262 &types, &handlers, isolate->factory()->empty_string(), Code::NORMAL, in ComputeKeyedLoadPolymorphic()
273 Code::Kind kind, TypeHandleList* types, CodeHandleList* handlers, in ComputePolymorphic() argument
275 Handle<Code> handler = handlers->at(0); in ComputePolymorphic()
279 return ic_compiler.CompilePolymorphic(types, handlers, name, type, PROPERTY); in ComputePolymorphic()
375 CodeHandleList handlers(receiver_maps->length()); in CompileKeyedStorePolymorphic() local
408 handlers.Add(cached_stub); in CompileKeyedStorePolymorphic()
412 Handle<Code> code = CompileKeyedStorePolymorphic(receiver_maps, &handlers, in CompileKeyedStorePolymorphic()