Lines Matching defs:runtime

18 #include "src/runtime/runtime.h"
57 // Call the runtime system in a fresh internal frame.
192 // Call runtime on identical JSObjects.
195 // Call runtime on identical symbols since we need to throw a TypeError.
205 // Call runtime on identical symbols since we need to throw a TypeError.
308 // the runtime.
335 // the runtime.
913 // Cannot use check here as it attempts to generate call into runtime.
948 // Ask the runtime for help to determine the handler. This will set r0 to
1092 // this stub, because runtime stubs are not traversed when doing GC.
1151 // Just jump directly to runtime if native RegExp is not selected at compile
1152 // time or if regexp entry in generated code is turned off runtime switch or
1169 Label runtime;
1187 __ b(eq, &runtime);
1191 __ JumpIfSmi(r0, &runtime);
1193 __ b(ne, &runtime);
1208 __ b(ne, &runtime);
1221 __ b(hi, &runtime);
1226 __ JumpIfSmi(subject, &runtime);
1235 // and go to (1). Otherwise bail out to runtime.
1244 // (7) Short external string or not a string? If yes, bail out to runtime.
1277 __ b(ne, &runtime);
1289 __ JumpIfNotSmi(r1, &runtime);
1292 __ b(ls, &runtime);
1308 __ JumpIfSmi(r6, &runtime);
1402 // If not exception it can only be retry. Handle that in the runtime system.
1403 __ b(ne, &runtime);
1406 // haven't created the exception yet. Handle that in the runtime system.
1413 __ b(eq, &runtime);
1436 __ JumpIfSmi(last_match_info_elements, &runtime);
1440 __ b(ne, &runtime);
1447 __ b(gt, &runtime);
1497 // Do the runtime call to execute the regexp.
1498 __ bind(&runtime);
1526 // (7) Short external string or not a string? If yes, bail out to runtime.
1530 __ b(ne, &runtime);
1760 // index_ is consumed by runtime conversion function.
1782 // Call runtime. We get here when the receiver is a string and the
2169 Label runtime;
2171 &runtime);
2182 // Handle more complex cases in runtime.
2183 __ bind(&runtime);
2257 // Call the runtime system in a fresh internal frame.