Home
last modified time | relevance | path

Searched refs:interceptor_failed (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc588 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
591 __ beq(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
595 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc570 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
572 __ Branch(&interceptor_failed, eq, v0, Operand(scratch1())); in GenerateLoadInterceptorWithFollowup()
576 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc623 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
625 &interceptor_failed); in GenerateLoadInterceptorWithFollowup()
629 __ Bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc560 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
562 __ beq(&interceptor_failed, Label::kNear); in GenerateLoadInterceptorWithFollowup()
566 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc570 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
572 __ Branch(&interceptor_failed, eq, v0, Operand(scratch1())); in GenerateLoadInterceptorWithFollowup()
576 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc584 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
586 __ j(equal, &interceptor_failed); in GenerateLoadInterceptorWithFollowup()
590 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc587 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
590 __ b(eq, &interceptor_failed); in GenerateLoadInterceptorWithFollowup()
594 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc591 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
593 __ j(equal, &interceptor_failed); in GenerateLoadInterceptorWithFollowup()
598 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc591 Label interceptor_failed; in GenerateLoadInterceptorWithFollowup() local
593 __ j(equal, &interceptor_failed); in GenerateLoadInterceptorWithFollowup()
598 __ bind(&interceptor_failed); in GenerateLoadInterceptorWithFollowup()