Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
56 // Call the generated regexp code directly. The code at the entry address
68 // generated code. Because generated code on mips uses the C stack, we
167 // Generated code will always use doubles. So we will only use even registers.
213 // V8 generally calls into generated JS code with 5 parameters and into
214 // generated RegExp code with 7 parameters. This is a convenience function,
242 // the ra is set to this value on transition from native C code to
244 // C code.
297 bool IsWatchpoint(uint32_t code);
298 void PrintWatchpoint(uint32_t code);
299 void HandleStop(uint32_t code, Instruction* instr);
301 bool IsEnabledStop(uint32_t code);
302 void EnableStop(uint32_t code);
303 void DisableStop(uint32_t code);
304 void IncreaseStopCounter(uint32_t code);
305 void PrintStopInfo(uint32_t code);
389 // instruction, if bit 31 of watched_stops[code].count is unset.
390 // The value watched_stops[code].count & ~(1 << 31) indicates how many times
416 // the C-based native code. Setting the c_limit to indicate a very small