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

Side by Side Diff: src/ia32/codegen-ia32.h

Issue 6685088: Merge isolates to bleeding_edge. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 9 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/ia32/builtins-ia32.cc ('k') | src/ia32/codegen-ia32.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 2010 the V8 project authors. All rights reserved. 1 // Copyright 2010 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 // called from spilled code, because they do not leave the virtual frame 773 // called from spilled code, because they do not leave the virtual frame
774 // in a spilled state. 774 // in a spilled state.
775 bool in_spilled_code_; 775 bool in_spilled_code_;
776 776
777 // A cookie that is used for JIT IMM32 Encoding. Initialized to a 777 // A cookie that is used for JIT IMM32 Encoding. Initialized to a
778 // random number when the command-line 778 // random number when the command-line
779 // FLAG_mask_constants_with_cookie is true, zero otherwise. 779 // FLAG_mask_constants_with_cookie is true, zero otherwise.
780 int jit_cookie_; 780 int jit_cookie_;
781 781
782 friend class VirtualFrame; 782 friend class VirtualFrame;
783 friend class Isolate;
783 friend class JumpTarget; 784 friend class JumpTarget;
784 friend class Reference; 785 friend class Reference;
785 friend class Result; 786 friend class Result;
786 friend class FastCodeGenerator; 787 friend class FastCodeGenerator;
787 friend class FullCodeGenerator; 788 friend class FullCodeGenerator;
788 friend class FullCodeGenSyntaxChecker; 789 friend class FullCodeGenSyntaxChecker;
789 friend class LCodeGen; 790 friend class LCodeGen;
790 791
791 friend class CodeGeneratorPatcher; // Used in test-log-stack-tracer.cc 792 friend class CodeGeneratorPatcher; // Used in test-log-stack-tracer.cc
793 friend class InlineRuntimeFunctionsTable;
792 794
793 DISALLOW_COPY_AND_ASSIGN(CodeGenerator); 795 DISALLOW_COPY_AND_ASSIGN(CodeGenerator);
794 }; 796 };
795 797
796 798
797 } } // namespace v8::internal 799 } } // namespace v8::internal
798 800
799 #endif // V8_IA32_CODEGEN_IA32_H_ 801 #endif // V8_IA32_CODEGEN_IA32_H_
OLDNEW
« no previous file with comments | « src/ia32/builtins-ia32.cc ('k') | src/ia32/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698