Lines Matching full:safe
87 either the language or the compiler: it can handle non-type-safe programming
94 program at run-time (which requires that the source-language be type-safe in
161 * Computation of the stack map. For each safe point in the code, object
417 * Not thread-safe.
611 * No safe points are added to the code.
682 | **safe | | | | | | | | |
698 | at safe | | | | | | | | |
749 designed machine code at safe points.
864 Generating safe points: ``NeededSafePoints``
867 LLVM can compute four kinds of safe points:
872 /// PointKind - The type of a collector-safe point.
894 It can then use the following routines to access safe points.
909 Almost every collector requires ``PostCall`` safe points, since these correspond
912 Threaded programs generally require ``Loop`` safe points to guarantee that the
913 application will reach a safe point within a bounded amount of time, even if it
916 Threaded collectors may also require ``Return`` and ``PreCall`` safe points to
918 important that the program not exit the function without reaching a safe point
1011 OS.AddComment("safe point count");
1014 // And each safe point...
1017 // Emit the address of the safe point.
1018 OS.AddComment("safe point address");
1023 // Stack information never change in safe points! Only print info from the