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

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

Issue 57383004: Improve implementation of HSeqStringSetChar. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Increase GVNFlags to 64bit. Add StringChars flag. Created 7 years, 1 month 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
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 int* dematerialized_index_pointer); 266 int* dematerialized_index_pointer);
267 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code); 267 void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
268 void PopulateDeoptimizationData(Handle<Code> code); 268 void PopulateDeoptimizationData(Handle<Code> code);
269 int DefineDeoptimizationLiteral(Handle<Object> literal); 269 int DefineDeoptimizationLiteral(Handle<Object> literal);
270 270
271 void PopulateDeoptimizationLiteralsWithInlinedFunctions(); 271 void PopulateDeoptimizationLiteralsWithInlinedFunctions();
272 272
273 Register ToRegister(int index) const; 273 Register ToRegister(int index) const;
274 DwVfpRegister ToDoubleRegister(int index) const; 274 DwVfpRegister ToDoubleRegister(int index) const;
275 275
276 MemOperand BuildSeqStringOperand(Register string,
277 LOperand* index,
278 String::Encoding encoding);
279
276 void EmitIntegerMathAbs(LMathAbs* instr); 280 void EmitIntegerMathAbs(LMathAbs* instr);
277 281
278 // Support for recording safepoint and position information. 282 // Support for recording safepoint and position information.
279 void RecordSafepoint(LPointerMap* pointers, 283 void RecordSafepoint(LPointerMap* pointers,
280 Safepoint::Kind kind, 284 Safepoint::Kind kind,
281 int arguments, 285 int arguments,
282 Safepoint::DeoptMode mode); 286 Safepoint::DeoptMode mode);
283 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode); 287 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
284 void RecordSafepoint(Safepoint::DeoptMode mode); 288 void RecordSafepoint(Safepoint::DeoptMode mode);
285 void RecordSafepointWithRegisters(LPointerMap* pointers, 289 void RecordSafepointWithRegisters(LPointerMap* pointers,
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 LCodeGen* codegen_; 456 LCodeGen* codegen_;
453 Label entry_; 457 Label entry_;
454 Label exit_; 458 Label exit_;
455 Label* external_exit_; 459 Label* external_exit_;
456 int instruction_index_; 460 int instruction_index_;
457 }; 461 };
458 462
459 } } // namespace v8::internal 463 } } // namespace v8::internal
460 464
461 #endif // V8_ARM_LITHIUM_CODEGEN_ARM_H_ 465 #endif // V8_ARM_LITHIUM_CODEGEN_ARM_H_
OLDNEW
« no previous file with comments | « src/arm/lithium-arm.cc ('k') | src/arm/lithium-codegen-arm.cc » ('j') | src/ia32/lithium-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698