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
88 // The buffer into which code and relocation info are generated. It could
225 // code which are of interest when making stack traces to pin-point the source
251 CODE_TARGET, // Code target which is not any of the above.
253 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor.
254 CODE_TARGET_CONTEXT, // Code target used for contextual loads and stores.
255 DEBUG_BREAK, // Code target for the debugger statement.
261 JS_RETURN, // Marks start of the ExitJSFrame code.
265 DEBUG_BREAK_SLOT, // Additional code inserted for debug break slot.
279 // code aging.
294 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
364 Code* host() const { return host_; }
374 // Read/modify the code target in the branch/call instruction
393 INLINE(Code* code_age_stub());
394 INLINE(void set_code_age_stub(Code* stub));
400 // output before the next target. Architecture-independent code shouldn't
403 // This indicates how much space a target takes up when deserializing a code
419 // the break points where straight-line code is patched with a call
430 // Patch the code with some other code.
433 // Patch the code with a call.
445 // Check whether the given code contains relocation information that
476 Code* host_;
477 // Code and Embedded Object pointers on some platforms are stored split
511 // and/or code is moved while the stream is active.
545 // for (RelocIterator it(code); !it.done(); it.next()) {
556 explicit RelocIterator(Code* code, int mode_mask = -1);
618 // code. All references to C++ functions and variables must be encapsulated in
620 // all external references in the code so that they can be bound to the correct
780 // Used for fast allocation in generated code.
840 // Used to check if single stepping is enabled in generated code.
845 // C functions called from RegExp generated code.
1059 // Helper class for generating code or data associated with the code
1067 // call code.