v8/test/mjsunit/ignition
ssanfilippo 905becd13b [Interpreter] Add Ignition statistics JavaScript extension.
This commit introduces IgnitionStatisticsExtension, which provides
methods for accessing Ignition statistics and counters from JavaScript.

The extension is registered when FLAG_ignition and
FLAG_trace_ignition_dispatches are both enabled.

For the moment, the only exposed function is
getIgnitionDispatchCounters(), which allows to retrieve Ignition
dispatch counters as a JavaScript object.

BUG=v8:4899
LOG=N

Review URL: https://codereview.chromium.org/1899133004

Cr-Commit-Position: refs/heads/master@{#35816}
2016-04-27 11:11:44 +00:00
..
dead-code-source-position.js [interpreter] source positions should not be emitted for dead code. 2016-02-05 13:29:45 +00:00
debug-break-on-stack.js [interpreter, debugger] replace bytecode on-stack for debugging. 2016-02-23 13:11:27 +00:00
debug-break.js [interpreter, debugger] support debug breaks via bytecode array copy 2016-02-22 13:17:52 +00:00
debug-scope-on-return.js [Interpreter] Pops the context to the correct level on return. 2016-03-16 15:52:53 +00:00
debug-step-prefix-bytecodes.js [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
debugger-statement.js [interpreter, debugger] implement debugger statement. 2016-02-04 15:07:06 +00:00
elided-instruction-no-ignition.js [ignition, debugger] correctly set position for return with elided bytecode. 2016-03-15 08:28:03 +00:00
elided-instruction.js [ignition, debugger] correctly set position for return with elided bytecode. 2016-03-15 08:28:03 +00:00
ignition-statistics-extension.js [Interpreter] Add Ignition statistics JavaScript extension. 2016-04-27 11:11:44 +00:00
optimized-debug-frame.js [interpreter] Add tests for translating PC from optimized frame. 2016-03-02 14:54:55 +00:00
optimized-stack-trace.js [interpreter] Add tests for translating PC from optimized frame. 2016-03-02 14:54:55 +00:00
regress-597565-double-to-object-transition.js [Interpreter] Changes GenerateDoubleToObject to push and pop rsi value. 2016-03-31 13:45:48 +00:00
regress-599001-verifyheap.js [Interpreter] Handles BytecodeArrays when scanning objects in heap. 2016-04-01 13:14:33 +00:00
stack-trace-source-position.js [interpreter] temporarily remove --ignition from test. 2016-02-04 11:47:00 +00:00
tracing.js [interpreter] Adds test for tracing. 2016-03-31 11:58:06 +00:00