Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
46 // when the code is compiled by the full compiler in the debugger. This means
47 // that there will be an IC (load/store/call) in the code generated for the
71 // Full code generator.
142 // return and give it a chance to generate cleanup code. Return the
286 // Type of a member function that generates inline code for a native function.
343 // variable. May emit code to traverse the context chain, loading the
385 // has been matched and all code generated; false otherwise.
388 // Platform-specific code for comparing the type of a value with
394 // Platform-specific code for equality comparison with a nil-like value.
414 // the actual bailout target from the optimized code. If not
421 // Platform-specific code for a variable, constant, or function
428 // Platform-specific code for checking the stack limit at the back edge of
432 // of code inside the loop.
434 // Record the OSR AST id corresponding to a stack check in the code.
436 // Emit a table of stack check ids and pcs into the code stream. Return
446 // Platform-specific code sequences for calls
451 // Platform-specific code for inline runtime calls.
462 // Platform-specific code for loading variables.
498 // Helper functions for generating inlined smi code for certain
524 void CallIC(Handle<Code> code,
594 void PopulateDeoptimizationData(Handle<Code> code);
595 void PopulateTypeFeedbackInfo(Handle<Code> code);
596 void PopulateTypeFeedbackCells(Handle<Code> code);
628 // Emit code to convert a pure value (in a register, known variable
637 // Emit code to convert pure control flow to a pair of unbound labels into
644 // Emit code to discard count elements from the top of stack, then convert