Lines Matching refs:code
8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
111 // code which are of interest when making stack traces to pin-point the source
120 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor.
121 CODE_TARGET_CONTEXT, // code target used for contextual loads.
123 CODE_TARGET, // code target which is not any of the above.
129 JS_RETURN, // Marks start of the ExitJSFrame code.
189 // Read/modify the code target in the branch/call instruction
208 // the break points where straight-line code is patched with a call
216 // Patch the code with some other code.
219 // Patch the code with a call.
267 // and/or code is moved while the stream is active.
298 // for (RelocIterator it(code); !it.done(); it.next()) {
309 explicit RelocIterator(Code* code, int mode_mask = -1);
369 // code. All references to C++ functions and variables must be encapsulated in
371 // all external references in the code so that they can be bound to the correct
434 // Used for fast allocation in generated code.
453 // Used to check if single stepping is enabled in generated code.
458 // C functions called from RegExp generated code.