Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dbuiltins-arm64.cc1304 Label function_template_loop; in CompatibleReceiverCheck() local
1305 __ Bind(&function_template_loop); in CompatibleReceiverCheck()
1320 __ B(&function_template_loop); in CompatibleReceiverCheck()
/external/v8/src/x64/
Dbuiltins-x64.cc2456 Label function_template_loop; in CompatibleReceiverCheck() local
2457 __ bind(&function_template_loop); in CompatibleReceiverCheck()
2472 __ jmp(&function_template_loop, Label::kNear); in CompatibleReceiverCheck()
/external/v8/src/arm/
Dbuiltins-arm.cc1325 Label function_template_loop; in CompatibleReceiverCheck() local
1326 __ bind(&function_template_loop); in CompatibleReceiverCheck()
1341 __ b(&function_template_loop, eq); in CompatibleReceiverCheck()
/external/v8/src/ia32/
Dbuiltins-ia32.cc2368 Label function_template_loop; in CompatibleReceiverCheck() local
2369 __ bind(&function_template_loop); in CompatibleReceiverCheck()
2385 __ jmp(&function_template_loop, Label::kNear); in CompatibleReceiverCheck()
/external/v8/src/ppc/
Dbuiltins-ppc.cc1329 Label function_template_loop; in CompatibleReceiverCheck() local
1330 __ bind(&function_template_loop); in CompatibleReceiverCheck()
1345 __ b(&function_template_loop); in CompatibleReceiverCheck()
/external/v8/src/x87/
Dbuiltins-x87.cc2375 Label function_template_loop; in CompatibleReceiverCheck() local
2376 __ bind(&function_template_loop); in CompatibleReceiverCheck()
2392 __ jmp(&function_template_loop, Label::kNear); in CompatibleReceiverCheck()
/external/v8/src/mips/
Dbuiltins-mips.cc1339 Label function_template_loop; in CompatibleReceiverCheck() local
1340 __ bind(&function_template_loop); in CompatibleReceiverCheck()
1355 __ Branch(&function_template_loop); in CompatibleReceiverCheck()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1329 Label function_template_loop; in CompatibleReceiverCheck() local
1330 __ bind(&function_template_loop); in CompatibleReceiverCheck()
1345 __ Branch(&function_template_loop); in CompatibleReceiverCheck()