Searched defs:receiver_maps (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/v8/src/ic/ |
D | ic-compiler.cc | 245 MapHandleList* receiver_maps) { in ComputeKeyedLoadPolymorphic() 284 MapHandleList* receiver_maps, KeyedAccessStoreMode store_mode, in ComputeKeyedStorePolymorphic() 373 MapHandleList* receiver_maps, KeyedAccessStoreMode store_mode) { in CompileKeyedStorePolymorphic()
|
D | handler-compiler.cc | 379 MapHandleList* receiver_maps, CodeHandleList* handlers) { in CompileElementHandlers()
|
D | ic.cc | 635 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps, in AddOneReceiverMapIfMissing()
|
/external/chromium_org/v8/src/ic/ia32/ |
D | ic-compiler-ia32.cc | 99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/mips64/ |
D | ic-compiler-mips64.cc | 82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/x87/ |
D | ic-compiler-x87.cc | 99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/arm/ |
D | ic-compiler-arm.cc | 97 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/arm64/ |
D | ic-compiler-arm64.cc | 98 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/mips/ |
D | ic-compiler-mips.cc | 82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ic/x64/ |
D | ic-compiler-x64.cc | 42 MapHandleList* receiver_maps, CodeHandleList* handler_stubs, in CompileKeyedStorePolymorphic()
|
/external/chromium_org/v8/src/ |
D | hydrogen.cc | 8528 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()
|