Searched defs:handler_stubs (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/ic/arm/
H A Dic-compiler-arm.cc97 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
108 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq);
113 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, al);
96 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/arm64/
H A Dic-compiler-arm64.cc98 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
118 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
97 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/ia32/
H A Dic-compiler-ia32.cc99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
107 __ j(equal, handler_stubs->at(i));
112 __ jmp(handler_stubs->at(i), RelocInfo::CODE_TARGET);
98 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/mips/
H A Dic-compiler-mips.cc82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
81 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/mips64/
H A Dic-compiler-mips64.cc82 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
81 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/x87/
H A Dic-compiler-x87.cc99 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
107 __ j(equal, handler_stubs->at(i));
112 __ jmp(handler_stubs->at(i), RelocInfo::CODE_TARGET);
98 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/chromium_org/v8/src/ic/x64/
H A Dic-compiler-x64.cc42 MapHandleList* receiver_maps, CodeHandleList* handler_stubs,
53 __ j(equal, handler_stubs->at(i), RelocInfo::CODE_TARGET);
59 __ jmp(handler_stubs->at(i), RelocInfo::CODE_TARGET);
41 CompileKeyedStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument

Completed in 3575 milliseconds