equal
deleted
inserted
replaced
109 class ProfileCall; |
109 class ProfileCall; |
110 class ProfileInvoke; |
110 class ProfileInvoke; |
111 class RuntimeCall; |
111 class RuntimeCall; |
112 class MemBar; |
112 class MemBar; |
113 class RangeCheckPredicate; |
113 class RangeCheckPredicate; |
|
114 #ifdef ASSERT |
114 class Assert; |
115 class Assert; |
|
116 #endif |
115 |
117 |
116 // A Value is a reference to the instruction creating the value |
118 // A Value is a reference to the instruction creating the value |
117 typedef Instruction* Value; |
119 typedef Instruction* Value; |
118 define_array(ValueArray, Value) |
120 define_array(ValueArray, Value) |
119 define_stack(Values, ValueArray) |
121 define_stack(Values, ValueArray) |