Home
last modified time | relevance | path

Searched defs:receiver_maps (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/src/ic/
Dic-compiler.cc245 MapHandleList* receiver_maps) { in ComputeKeyedLoadPolymorphic()
284 MapHandleList* receiver_maps, KeyedAccessStoreMode store_mode, in ComputeKeyedStorePolymorphic()
373 MapHandleList* receiver_maps, KeyedAccessStoreMode store_mode) { in CompileKeyedStorePolymorphic()
Dhandler-compiler.cc379 MapHandleList* receiver_maps, CodeHandleList* handlers) { in CompileElementHandlers()
Dic.cc635 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps, in AddOneReceiverMapIfMissing()
/external/chromium_org/v8/src/ic/ia32/
Dic-compiler-ia32.cc99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/mips64/
Dic-compiler-mips64.cc82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/x87/
Dic-compiler-x87.cc99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/arm/
Dic-compiler-arm.cc97 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/arm64/
Dic-compiler-arm64.cc98 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/mips/
Dic-compiler-mips.cc82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/ic/x64/
Dic-compiler-x64.cc42 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
/external/chromium_org/v8/src/
Dhydrogen.cc8528 SmallMapList receiver_maps; in TryInlineApiFunctionCall() local
8541 SmallMapList* receiver_maps) { in TryInlineApiMethodCall()
8556 SmallMapList receiver_maps(1, zone()); in TryInlineApiGetter() local
8570 SmallMapList receiver_maps(1, zone()); in TryInlineApiSetter() local
8583 SmallMapList* receiver_maps, in TryInlineApiCall()