v8/test/unittests/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-array-builder-unittest.cc [Interpreter] Implements calls through CallICStub in the interpreter. 2016-02-24 11:01:27 +00:00
bytecode-array-iterator-unittest.cc Remove strong mode support from property loads. 2016-02-17 10:30:47 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Move temporary register allocator into own file. 2016-02-02 14:32:27 +00:00
bytecodes-unittest.cc [interpreter, debugger] support debug breaks via bytecode array copy 2016-02-22 13:17:52 +00:00
constant-array-builder-unittest.cc Use a better hash function in IdentityMap. 2016-02-16 14:09:06 +00:00
interpreter-assembler-unittest.cc [Interpreter] Enable runtime profiler support for Ignition. 2016-02-19 18:47:12 +00:00
interpreter-assembler-unittest.h [Interpreter] Make InterpreterAssembler a subclass of CodeStubAssembler. 2016-02-10 16:39:32 +00:00
register-translator-unittest.cc Fix unittest for embedded constant pools. 2016-02-15 10:38:10 +00:00