v8/test/cctest/interpreter
mythria 20362a2214 [Interpreter] Implements calls through CallICStub in the interpreter.
Calls are implemented through CallICStub to collect type feedback. Adds
a new builtin called InterpreterPushArgsAndCallIC that pushes the
arguments onto stack and calls CallICStub.

Also adds two new bytecodes CallIC and CallICWide to indicate calls have to
go through CallICStub.

MIPS port contributed by balazs.kilvady.

BUG=v8:4280, v8:4680
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#34244}
2016-02-24 11:01:27 +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 [Interpreter] Implements calls through CallICStub in the interpreter. 2016-02-24 11:01:27 +00:00
test-interpreter.cc [Interpreter] Implements calls through CallICStub in the interpreter. 2016-02-24 11:01:27 +00:00