Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dbuiltins-arm64.cc1526 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1527 __ JumpIfSmi(receiver, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1531 &receiver_not_callable); in Generate_FunctionPrototypeApply()
1554 __ Bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/x64/
Dbuiltins-x64.cc1150 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1151 __ JumpIfSmi(rdi, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1155 __ j(zero, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1177 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/arm/
Dbuiltins-arm.cc1536 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1537 __ JumpIfSmi(r1, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1541 __ b(eq, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1562 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/ia32/
Dbuiltins-ia32.cc1098 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1099 __ JumpIfSmi(edi, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1102 __ j(zero, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1124 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/ppc/
Dbuiltins-ppc.cc1552 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1553 __ JumpIfSmi(r4, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1557 __ beq(&receiver_not_callable, cr0); in Generate_FunctionPrototypeApply()
1578 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/x87/
Dbuiltins-x87.cc1098 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1099 __ JumpIfSmi(edi, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1102 __ j(zero, &receiver_not_callable, Label::kNear); in Generate_FunctionPrototypeApply()
1124 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/mips/
Dbuiltins-mips.cc1547 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1548 __ JumpIfSmi(a1, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1552 __ Branch(&receiver_not_callable, eq, t0, Operand(zero_reg)); in Generate_FunctionPrototypeApply()
1573 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1537 Label receiver_not_callable; in Generate_FunctionPrototypeApply() local
1538 __ JumpIfSmi(a1, &receiver_not_callable); in Generate_FunctionPrototypeApply()
1542 __ Branch(&receiver_not_callable, eq, a4, Operand(zero_reg)); in Generate_FunctionPrototypeApply()
1563 __ bind(&receiver_not_callable); in Generate_FunctionPrototypeApply()