Lines Matching refs:HInstruction
98 HInstruction* parameter_; // "this"
99 HInstruction* int_constant_;
100 HInstruction* float_constant_;
112 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, in TEST_F()
122 HInstruction* set_field = new (&allocator_) HInstanceFieldSet( in TEST_F()
139 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_, in TEST_F()
149 HInstruction* set_field = new (&allocator_) HInstanceFieldSet(parameter_, in TEST_F()
174 HInstruction* get_array = new (&allocator_) HArrayGet( in TEST_F()
177 HInstruction* set_array = new (&allocator_) HArraySet( in TEST_F()
194 HInstruction* get_array = new (&allocator_) HArrayGet( in TEST_F()
197 HInstruction* set_array = new (&allocator_) HArraySet( in TEST_F()