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

Side by Side Diff: src/mips/lithium-codegen-mips.h

Issue 99053002: Make LCodeGen::RegisterDependentCodeForEmbeddedMaps platform independent. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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/lithium-codegen.cc ('k') | src/mips/lithium-codegen-mips.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 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 Register src1 = zero_reg, 264 Register src1 = zero_reg,
265 const Operand& src2 = Operand(zero_reg)); 265 const Operand& src2 = Operand(zero_reg));
266 266
267 void AddToTranslation(LEnvironment* environment, 267 void AddToTranslation(LEnvironment* environment,
268 Translation* translation, 268 Translation* translation,
269 LOperand* op, 269 LOperand* op,
270 bool is_tagged, 270 bool is_tagged,
271 bool is_uint32, 271 bool is_uint32,
272 int* object_index_pointer, 272 int* object_index_pointer,
273 int* dematerialized_index_pointer); 273 int* dematerialized_index_pointer);
274 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
275 void PopulateDeoptimizationData(Handle<Code> code); 274 void PopulateDeoptimizationData(Handle<Code> code);
276 int DefineDeoptimizationLiteral(Handle<Object> literal); 275 int DefineDeoptimizationLiteral(Handle<Object> literal);
277 276
278 void PopulateDeoptimizationLiteralsWithInlinedFunctions(); 277 void PopulateDeoptimizationLiteralsWithInlinedFunctions();
279 278
280 Register ToRegister(int index) const; 279 Register ToRegister(int index) const;
281 DoubleRegister ToDoubleRegister(int index) const; 280 DoubleRegister ToDoubleRegister(int index) const;
282 281
283 MemOperand BuildSeqStringOperand(Register string, 282 MemOperand BuildSeqStringOperand(Register string,
284 LOperand* index, 283 LOperand* index,
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 LCodeGen* codegen_; 486 LCodeGen* codegen_;
488 Label entry_; 487 Label entry_;
489 Label exit_; 488 Label exit_;
490 Label* external_exit_; 489 Label* external_exit_;
491 int instruction_index_; 490 int instruction_index_;
492 }; 491 };
493 492
494 } } // namespace v8::internal 493 } } // namespace v8::internal
495 494
496 #endif // V8_MIPS_LITHIUM_CODEGEN_MIPS_H_ 495 #endif // V8_MIPS_LITHIUM_CODEGEN_MIPS_H_
OLDNEW
« no previous file with comments | « src/lithium-codegen.cc ('k') | src/mips/lithium-codegen-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698