v8/test/cctest/interpreter
ssanfilippo bb2f68460e [Interpreter] Readable representation of runtime function IDs.
The first operand to the CallRuntime class of bytecodes is the
ID of the runtime function being called. Before this commit
the ID was printed as plain uint16_t, now we get something like:

  B(CallRuntime) U16(Runtime::Add) ...

This change is intended to make both the golden files more
resistant to modifications of the i::Runtime::FunctionId enum
and the output of generate-bytecode-expectations more readable.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#34224}
2016-02-23 19:10:52 +00:00
..
bytecode-expectations-printer.cc [Interpreter] Readable representation of runtime function IDs. 2016-02-23 19:10:52 +00:00
bytecode-expectations-printer.h [Interpreter] generate-bytecode-expectations improvements. 2016-02-19 12:37:16 +00:00
generate-bytecode-expectations.cc [Interpreter] Fix generate-bytecode-expectations help message. 2016-02-19 16:14:22 +00:00
test-bytecode-generator.cc [es6] Implement for-of iterator finalization 2016-02-18 10:49:55 +00:00
test-interpreter.cc [es6] [interpreter] Add tail calls support to Ignition. 2016-02-17 15:19:50 +00:00