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

Unified Diff: src/compiler/opcodes.h

Issue 768543002: [WIP] TrapHandler 2014/11/27. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index f30522df445c7a7716edb4330e3373f2b130d211..e919a566b0cc40693508bf4995fb3677fbc34a04 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -157,12 +157,15 @@
V(ChangeFloat64ToTagged) \
V(ChangeBoolToBit) \
V(ChangeBitToBool) \
+ V(ObjectIsSmi) \
+ V(ObjectIsNonNegativeSmi) \
V(LoadField) \
V(LoadElement) \
V(StoreField) \
V(StoreElement) \
- V(ObjectIsSmi) \
- V(ObjectIsNonNegativeSmi)
+ V(LoadBuffer) \
+ V(StoreBuffer) \
+ V(BoundsCheck)
// Opcodes for Machine-level operators.
#define MACHINE_OP_LIST(V) \
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/compiler/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698