Searched refs:HInstanceFieldGet (Results 1 - 16 of 16) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc4127 void LocationsBuilderARM::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
4131 void InstructionCodeGeneratorARM::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dcode_generator_arm64.cc3083 void LocationsBuilderARM64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
3087 void InstructionCodeGeneratorARM64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dcode_generator_mips.cc3642 void LocationsBuilderMIPS::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
3646 void InstructionCodeGeneratorMIPS::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dcode_generator_mips64.cc2832 void LocationsBuilderMIPS64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
2836 void InstructionCodeGeneratorMIPS64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dcode_generator_x86.cc4883 void LocationsBuilderX86::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
4887 void InstructionCodeGeneratorX86::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dcode_generator_x86_64.cc4371 void LocationsBuilderX86_64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
4375 void InstructionCodeGeneratorX86_64::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
H A Dgraph_visualizer.cc436 void VisitInstanceFieldGet(HInstanceFieldGet* iget) OVERRIDE {
H A Dgvn_test.cc47 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
56 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
66 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
87 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
131 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
154 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
164 else_->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
174 join->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
215 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
238 loop_header->AddInstruction(new (&allocator) HInstanceFieldGet(paramete
[all...]
H A Dinliner.cc345 HInstanceFieldGet* HInliner::BuildGetReceiverClass(ClassLinker* class_linker,
350 HInstanceFieldGet* result = new (graph_->GetArena()) HInstanceFieldGet(
431 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
685 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
891 HInstanceFieldGet* iget = CreateInstanceFieldGet(dex_cache, data.field_idx, obj);
977 HInstanceFieldGet* HInliner::CreateInstanceFieldGet(Handle<mirror::DexCache> dex_cache,
984 HInstanceFieldGet* iget = new (graph_->GetArena()) HInstanceFieldGet(
H A Dinliner.h91 // Create a new HInstanceFieldGet.
92 HInstanceFieldGet* CreateInstanceFieldGet(Handle<mirror::DexCache> dex_cache,
122 HInstanceFieldGet* BuildGetReceiverClass(ClassLinker* class_linker,
H A Dinstruction_builder.cc1246 field_get = new (arena_) HInstanceFieldGet(object,
H A Dlicm_test.cc112 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
139 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
H A Dload_store_elimination.cc415 void VisitInstanceFieldGet(HInstanceFieldGet* instruction) OVERRIDE {
861 void VisitInstanceFieldGet(HInstanceFieldGet* instruction) OVERRIDE {
H A Dnodes.h4990 class HInstanceFieldGet : public HExpression<1> { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4992 HInstanceFieldGet(HInstruction* value, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HInstanceFieldGet
5017 HInstanceFieldGet* other_get = other->AsInstanceFieldGet();
5039 DISALLOW_COPY_AND_ASSIGN(HInstanceFieldGet);
H A Dreference_type_propagation.cc95 void VisitInstanceFieldGet(HInstanceFieldGet* instr) OVERRIDE;
537 void ReferenceTypePropagation::RTPVisitor::VisitInstanceFieldGet(HInstanceFieldGet* instr) {
H A Dregister_allocator_test.cc473 HInstruction* test = new (allocator) HInstanceFieldGet(parameter,
500 *input1 = new (allocator) HInstanceFieldGet(parameter,
509 *input2 = new (allocator) HInstanceFieldGet(parameter,
626 *field = new (allocator) HInstanceFieldGet(parameter,

Completed in 116 milliseconds