Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
46 using ::v8::internal::Code;
93 // Helper function used by the CHECK function when given code
97 const Code* expected,
99 const Code* value) {
110 const Code* expected,
112 const Code* value) {
397 static Handle<Code> ComputeCallDebugBreak(int argc) {
399 Code);
420 // If deep check of functions is requested check that no debug break code
425 for (RelocIterator it(fun->shared()->code()); !it.done(); it.next()) {
465 // location in the code is the expected debug_break function.
469 Code* debug_break) {
483 Code::GetCodeFromTargetAddress(it1.it()->rinfo()->target_address()));
975 // Check the debug break code stubs for call ICs with different number of
977 Handle<Code> debug_break_0 = v8::internal::ComputeCallDebugBreak(0);
978 Handle<Code> debug_break_1 = v8::internal::ComputeCallDebugBreak(1);
979 Handle<Code> debug_break_4 = v8::internal::ComputeCallDebugBreak(4);
1995 // Set a break point in the code after the last function decleration.
3320 // Test to ensure that JavaScript code keeps running while the debug break
3374 // code is executed during bootstrapping.
4817 // Run code to throw a unhandled exception. This should end up in the message
4828 // Run code to throw a unhandled exception. This should end up in the message
4860 // Run code to throw a unhandled exception. This should end up in the message
5199 // Test for issue http://code.google.com/p/v8/issues/detail?id=289.
5846 // event. In case of an exception in debugger code after compile event is not
5885 // Test that if DebugBreak is forced it is ignored when code from
6046 // Set the debug break flag before calling the code using function.apply.