Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
52 using ::v8::internal::Code;
99 // Helper function used by the CHECK function when given code
103 const Code* expected,
105 const Code* value) {
116 const Code* expected,
118 const Code* value) {
424 static Handle<Code> ComputeCallDebugBreak(int argc) {
426 Code::CALL_IC);
447 // If deep check of functions is requested check that no debug break code
452 for (RelocIterator it(fun->shared()->code()); !it.done(); it.next()) {
498 // location in the code is the expected debug_break function.
502 Code* debug_break) {
522 Code::GetCodeFromTargetAddress(it1.it()->rinfo()->target_address()));
1113 // Check the debug break code stubs for call ICs with different number of
1115 Handle<Code> debug_break_0 = v8::internal::ComputeCallDebugBreak(0);
1116 Handle<Code> debug_break_1 = v8::internal::ComputeCallDebugBreak(1);
1117 Handle<Code> debug_break_4 = v8::internal::ComputeCallDebugBreak(4);
2230 // Set a break point in the code after the last function decleration.
2535 // Test that the conditional breakpoints work event if code generation from
2582 // the correct results in case code generation from strings is disallowed in the
4206 // Test to ensure that JavaScript code keeps running while the debug break
4261 // code is executed during bootstrapping.
5744 // Run code to throw a unhandled exception. This should end up in the message
5755 // Run code to throw a unhandled exception. This should end up in the message
5787 // Run code to throw a unhandled exception. This should end up in the message
6142 // Test for issue http://code.google.com/p/v8/issues/detail?id=289.
6820 // event. In case of an exception in debugger code after compile event is not
6860 // Test that if DebugBreak is forced it is ignored when code from
7022 // Set the debug break flag before calling the code using function.apply.