Home
last modified time | relevance | path

Searched refs:miss_cleanup (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc715 Label miss_cleanup; in CompileCacheable() local
716 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
757 __ bind(&miss_cleanup); in CompileCacheable()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc722 Label miss_cleanup; in CompileCacheable() local
723 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
764 __ bind(&miss_cleanup); in CompileCacheable()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc1003 Label miss_cleanup; in CompileCacheable() local
1004 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
1047 __ bind(&miss_cleanup); in CompileCacheable()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc991 Label miss_cleanup; in CompileCacheable() local
992 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
1035 __ bind(&miss_cleanup); in CompileCacheable()
/external/v8/src/x64/
Dstub-cache-x64.cc587 Label miss_cleanup; in CompileCacheable() local
588 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
631 __ bind(&miss_cleanup); in CompileCacheable()
/external/v8/src/ia32/
Dstub-cache-ia32.cc603 Label miss_cleanup; in CompileCacheable() local
604 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
647 __ bind(&miss_cleanup); in CompileCacheable()
/external/v8/src/mips/
Dstub-cache-mips.cc760 Label miss_cleanup; in CompileCacheable() local
761 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
804 __ bind(&miss_cleanup); in CompileCacheable()
/external/v8/src/arm/
Dstub-cache-arm.cc770 Label miss_cleanup; in CompileCacheable() local
771 Label* miss = can_do_fast_api_call ? &miss_cleanup : miss_label; in CompileCacheable()
814 __ bind(&miss_cleanup); in CompileCacheable()