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

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

Issue 118302: Experimental revert of revisions 2093, 2094, 2099, and... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 6 months 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
« no previous file with comments | « src/objects-inl.h ('k') | src/stub-cache.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 JSObject* object, 344 JSObject* object,
345 JSObject* holder, 345 JSObject* holder,
346 Register receiver, 346 Register receiver,
347 Register scratch1, 347 Register scratch1,
348 Register scratch2, 348 Register scratch2,
349 Object* value, 349 Object* value,
350 Label* miss_label); 350 Label* miss_label);
351 static void GenerateLoadInterceptor(MacroAssembler* masm, 351 static void GenerateLoadInterceptor(MacroAssembler* masm,
352 JSObject* object, 352 JSObject* object,
353 JSObject* holder, 353 JSObject* holder,
354 Smi* lookup_hint,
355 Register receiver, 354 Register receiver,
356 Register name, 355 Register name,
357 Register scratch1, 356 Register scratch1,
358 Register scratch2, 357 Register scratch2,
359 Label* miss_label); 358 Label* miss_label);
360 static void GenerateLoadArrayLength(MacroAssembler* masm, 359 static void GenerateLoadArrayLength(MacroAssembler* masm,
361 Register receiver, 360 Register receiver,
362 Register scratch, 361 Register scratch,
363 Label* miss_label); 362 Label* miss_label);
364 static void GenerateLoadStringLength(MacroAssembler* masm, 363 static void GenerateLoadStringLength(MacroAssembler* masm,
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 497
499 const ParameterCount& arguments() { return arguments_; } 498 const ParameterCount& arguments() { return arguments_; }
500 499
501 Object* GetCode(PropertyType type, String* name); 500 Object* GetCode(PropertyType type, String* name);
502 }; 501 };
503 502
504 503
505 } } // namespace v8::internal 504 } } // namespace v8::internal
506 505
507 #endif // V8_STUB_CACHE_H_ 506 #endif // V8_STUB_CACHE_H_
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | src/stub-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698