Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc1370 Label gotta_call_runtime; in Generate_CompileLazy() local
1380 &gotta_call_runtime); in Generate_CompileLazy()
1396 __ b(eq, &gotta_call_runtime); in Generate_CompileLazy()
1407 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1402 Label gotta_call_runtime; in Generate_CompileLazy() local
1412 &gotta_call_runtime); in Generate_CompileLazy()
1426 __ j(equal, &gotta_call_runtime); in Generate_CompileLazy()
1436 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc1368 Label gotta_call_runtime; in Generate_CompileLazy() local
1378 &gotta_call_runtime); in Generate_CompileLazy()
1390 __ Branch(&gotta_call_runtime, eq, entry, Operand(t1)); in Generate_CompileLazy()
1401 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc1429 Label gotta_call_runtime; in Generate_CompileLazy() local
1439 &gotta_call_runtime); in Generate_CompileLazy()
1453 __ j(equal, &gotta_call_runtime); in Generate_CompileLazy()
1463 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1371 Label gotta_call_runtime; in Generate_CompileLazy() local
1381 &gotta_call_runtime); in Generate_CompileLazy()
1394 __ Branch(&gotta_call_runtime, eq, entry, Operand(t1)); in Generate_CompileLazy()
1404 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1402 Label gotta_call_runtime; in Generate_CompileLazy() local
1413 &gotta_call_runtime); in Generate_CompileLazy()
1429 __ beq(&gotta_call_runtime); in Generate_CompileLazy()
1440 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1410 Label gotta_call_runtime; in Generate_CompileLazy() local
1421 &gotta_call_runtime); in Generate_CompileLazy()
1437 __ beq(&gotta_call_runtime); in Generate_CompileLazy()
1448 __ bind(&gotta_call_runtime); in Generate_CompileLazy()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1476 Label gotta_call_runtime; in Generate_CompileLazy() local
1486 &gotta_call_runtime); in Generate_CompileLazy()
1502 __ B(eq, &gotta_call_runtime); in Generate_CompileLazy()
1513 __ Bind(&gotta_call_runtime); in Generate_CompileLazy()