Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Side by Side Diff: src/stub-cache.h

Issue 11277: More work on completing Keyed IC code on ARM port.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 Register scratch2, 333 Register scratch2,
334 Label* miss_label); 334 Label* miss_label);
335 static void GenerateLoadArrayLength(MacroAssembler* masm, 335 static void GenerateLoadArrayLength(MacroAssembler* masm,
336 Register receiver, 336 Register receiver,
337 Register scratch, 337 Register scratch,
338 Label* miss_label); 338 Label* miss_label);
339 static void GenerateLoadStringLength(MacroAssembler* masm, 339 static void GenerateLoadStringLength(MacroAssembler* masm,
340 Register receiver, 340 Register receiver,
341 Register scratch, 341 Register scratch,
342 Label* miss_label); 342 Label* miss_label);
343 static void GenerateLoadStringLength2(MacroAssembler* masm,
344 Register receiver,
345 Register scratch1,
346 Register scratch2,
347 Label* miss_label);
343 static void GenerateLoadFunctionPrototype(MacroAssembler* masm, 348 static void GenerateLoadFunctionPrototype(MacroAssembler* masm,
344 Register receiver, 349 Register receiver,
345 Register scratch1, 350 Register scratch1,
346 Register scratch2, 351 Register scratch2,
347 Label* miss_label); 352 Label* miss_label);
348 static void GenerateStoreField(MacroAssembler* masm, 353 static void GenerateStoreField(MacroAssembler* masm,
349 Builtins::Name storage_extend, 354 Builtins::Name storage_extend,
350 JSObject* object, 355 JSObject* object,
351 int index, 356 int index,
352 Map* transition, 357 Map* transition,
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 461
457 const ParameterCount& arguments() { return arguments_; } 462 const ParameterCount& arguments() { return arguments_; }
458 463
459 Object* GetCode(PropertyType type); 464 Object* GetCode(PropertyType type);
460 }; 465 };
461 466
462 467
463 } } // namespace v8::internal 468 } } // namespace v8::internal
464 469
465 #endif // V8_STUB_CACHE_H_ 470 #endif // V8_STUB_CACHE_H_
OLDNEW
« src/ic-arm.cc ('K') | « src/macro-assembler-arm.cc ('k') | src/stub-cache-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698