Commit 58161ce6 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Introduce ic-mips.cc.

This code submission will compile, but is not testable until the majority
of the mips port is in place. This has been tested externally.

BUG=
TEST=

Review URL: http://codereview.chromium.org//6973024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7876 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b6061950
......@@ -800,17 +800,18 @@ void ICCompareStub::GenerateMiss(MacroAssembler* masm) {
}
void GenerateFastPixelArrayLoad(MacroAssembler* masm,
Register receiver,
Register key,
Register elements_map,
Register elements,
Register scratch1,
Register scratch2,
Register result,
Label* not_pixel_array,
Label* key_not_smi,
Label* out_of_range) {
void StringDictionaryLookupStub::GeneratePositiveLookup(MacroAssembler* masm,
Label* miss,
Label* done,
Register elements,
Register name,
Register scratch1,
Register scratch2) {
UNIMPLEMENTED_MIPS();
}
void StringDictionaryLookupStub::Generate(MacroAssembler* masm) {
UNIMPLEMENTED_MIPS();
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment