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

Side by Side Diff: src/x64/code-stubs-x64.h

Issue 6670121: Merge r7396 from bleeding edge. (Closed) Base URL: http://v8.googlecode.com/svn/branches/3.1/
Patch Set: Created 9 years, 8 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/version.cc ('k') | src/x64/code-stubs-x64.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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 Label* allocation_failure, 282 Label* allocation_failure,
283 Label* non_numeric_failure); 283 Label* non_numeric_failure);
284 void GenerateStringAddCode(MacroAssembler* masm); 284 void GenerateStringAddCode(MacroAssembler* masm);
285 void GenerateCallRuntimeCode(MacroAssembler* masm); 285 void GenerateCallRuntimeCode(MacroAssembler* masm);
286 void GenerateLoadArguments(MacroAssembler* masm); 286 void GenerateLoadArguments(MacroAssembler* masm);
287 void GenerateReturn(MacroAssembler* masm); 287 void GenerateReturn(MacroAssembler* masm);
288 void GenerateUninitializedStub(MacroAssembler* masm); 288 void GenerateUninitializedStub(MacroAssembler* masm);
289 void GenerateSmiStub(MacroAssembler* masm); 289 void GenerateSmiStub(MacroAssembler* masm);
290 void GenerateInt32Stub(MacroAssembler* masm); 290 void GenerateInt32Stub(MacroAssembler* masm);
291 void GenerateHeapNumberStub(MacroAssembler* masm); 291 void GenerateHeapNumberStub(MacroAssembler* masm);
292 void GenerateOddballStub(MacroAssembler* masm);
292 void GenerateStringStub(MacroAssembler* masm); 293 void GenerateStringStub(MacroAssembler* masm);
293 void GenerateGenericStub(MacroAssembler* masm); 294 void GenerateGenericStub(MacroAssembler* masm);
294 295
295 void GenerateHeapResultAllocation(MacroAssembler* masm, Label* alloc_failure); 296 void GenerateHeapResultAllocation(MacroAssembler* masm, Label* alloc_failure);
296 void GenerateRegisterArgsPush(MacroAssembler* masm); 297 void GenerateRegisterArgsPush(MacroAssembler* masm);
297 void GenerateTypeTransition(MacroAssembler* masm); 298 void GenerateTypeTransition(MacroAssembler* masm);
298 void GenerateTypeTransitionWithSavedArgs(MacroAssembler* masm); 299 void GenerateTypeTransitionWithSavedArgs(MacroAssembler* masm);
299 300
300 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; } 301 virtual int GetCodeKind() { return Code::TYPE_RECORDING_BINARY_OP_IC; }
301 302
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 bool load_elements_from_receiver, 511 bool load_elements_from_receiver,
511 bool key_is_untagged, 512 bool key_is_untagged,
512 Label* key_not_smi, 513 Label* key_not_smi,
513 Label* value_not_smi, 514 Label* value_not_smi,
514 Label* not_pixel_array, 515 Label* not_pixel_array,
515 Label* out_of_range); 516 Label* out_of_range);
516 517
517 } } // namespace v8::internal 518 } } // namespace v8::internal
518 519
519 #endif // V8_X64_CODE_STUBS_X64_H_ 520 #endif // V8_X64_CODE_STUBS_X64_H_
OLDNEW
« no previous file with comments | « src/version.cc ('k') | src/x64/code-stubs-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698