Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
61 * Parser for dynamic code optimization state.
69 throw new Error("unknown code state: " + s);
75 'code-creation': {
78 'code-move': { parsers: [parseInt, parseInt],
80 'code-delete': { parsers: [parseInt],
93 print('Snapshot: Code move event for unknown code: 0x' +
97 print('Snapshot: Code delete event for unknown code: 0x' +
160 'code-creation': {
163 'code-move': { parsers: [parseInt, parseInt],
165 'code-delete': { parsers: [parseInt],
190 'code-allocate': null,
191 'begin-code-region': null,
192 'end-code-region': null });
219 print('Code move event for unknown code: 0x' + addr.toString(16));
222 print('Code delete event for unknown code: 0x' + addr.toString(16));
261 // Otherwise, this is JS-related code. We are not adding it to
386 // Don't use PC when in external callback code, as it can point
387 // inside callback's code, and we will erroneously report
810 'Exclude ticks of unknown code entries from processing'],