Searched refs:exception_returned (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2488 Label exception_returned; in Generate_CEntry() local 2490 __ j(equal, &exception_returned); in Generate_CEntry() 2512 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2333 Label exception_returned; in Generate_CEntry() local 2335 __ b(eq, &exception_returned); in Generate_CEntry() 2365 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2437 Label exception_returned; in Generate_CEntry() local 2439 __ beq(&exception_returned); in Generate_CEntry() 2470 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 2510 Label exception_returned; in Generate_CEntry() local 2512 __ j(equal, &exception_returned); in Generate_CEntry() 2535 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 2858 Label exception_returned; in Generate_CEntry() local 2860 __ B(eq, &exception_returned); in Generate_CEntry() 2880 __ Bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2441 Label exception_returned; in Generate_CEntry() local 2443 __ beq(&exception_returned, Label::kNear); in Generate_CEntry() 2473 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2411 Label exception_returned; in Generate_CEntry() local 2413 __ Branch(&exception_returned, eq, a4, Operand(v0)); in Generate_CEntry() 2442 __ bind(&exception_returned); in Generate_CEntry()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 2393 Label exception_returned; in Generate_CEntry() local 2395 __ Branch(&exception_returned, eq, t0, Operand(v0)); in Generate_CEntry() 2424 __ bind(&exception_returned); in Generate_CEntry()
|