Home | History | Annotate | Download | only in interp

Lines Matching full:compiled

136  *    to the compiled land. This is used when the jit'ed code is about to
140 * compiled code to resume execution. This is mainly used as debugging
180 kSVSStart = 1, // Shadow space set up, running compiled code
181 kSVSPunt = 2, // Exiting compiled code by punting
182 kSVSSingleStep = 3, // Exiting compiled code by single stepping
183 kSVSNoProfile = 4, // Exiting compiled code and don't collect profiles
184 kSVSTraceSelect = 5, // Exiting compiled code and compile the next pc
185 kSVSNormal = 6, // Exiting compiled code normally
186 kSVSNoChain = 7, // Exiting compiled code by no chain
187 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trace