Home | History | Annotate | Download | only in interpreter

Lines Matching full:alternative

86  * - the "alternative" handler table: it contains alternative handlers which first handle
89 * When instrumentation is active, the interpreter uses the "alternative" handler table. Otherwise
113 * | NOP | (alternative handler for NOP instruction)
115 * "alternative" | MOVE | (alternative handler for MOVE instruction)
119 * | UNUSED_FF | (alternative handler for UNUSED_FF instruction)
128 // - The alternative handler table contains prelude handlers which check for thread suspend and
139 // Alternative handler table.
2494 // Create alternative instruction handlers dedicated to instrumentation.