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

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

Issue 194703008: Fix lazy deopt after tagged binary ops (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: address comment Created 6 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/a64/lithium-a64.cc ('k') | src/a64/lithium-codegen-a64.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 2013 the V8 project authors. All rights reserved. 1 // Copyright 2013 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 274
275 void SaveCallerDoubles(); 275 void SaveCallerDoubles();
276 void RestoreCallerDoubles(); 276 void RestoreCallerDoubles();
277 277
278 // Code generation steps. Returns true if code generation should continue. 278 // Code generation steps. Returns true if code generation should continue.
279 void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE;
279 bool GeneratePrologue(); 280 bool GeneratePrologue();
280 bool GenerateDeferredCode(); 281 bool GenerateDeferredCode();
281 bool GenerateDeoptJumpTable(); 282 bool GenerateDeoptJumpTable();
282 bool GenerateSafepointTable(); 283 bool GenerateSafepointTable();
283 284
284 // Generates the custom OSR entrypoint and sets the osr_pc_offset. 285 // Generates the custom OSR entrypoint and sets the osr_pc_offset.
285 void GenerateOsrPrologue(); 286 void GenerateOsrPrologue();
286 287
287 enum SafepointMode { 288 enum SafepointMode {
288 RECORD_SIMPLE_SAFEPOINT, 289 RECORD_SIMPLE_SAFEPOINT,
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 466
466 protected: 467 protected:
467 MacroAssembler* masm() const { return codegen_->masm(); } 468 MacroAssembler* masm() const { return codegen_->masm(); }
468 469
469 LCodeGen* codegen_; 470 LCodeGen* codegen_;
470 }; 471 };
471 472
472 } } // namespace v8::internal 473 } } // namespace v8::internal
473 474
474 #endif // V8_A64_LITHIUM_CODEGEN_A64_H_ 475 #endif // V8_A64_LITHIUM_CODEGEN_A64_H_
OLDNEW
« no previous file with comments | « src/a64/lithium-a64.cc ('k') | src/a64/lithium-codegen-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698