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

  /art/compiler/optimizing/
gvn_test.cc 47 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(parameter
    [all...]
inliner.h 91 // Create a new HInstanceFieldGet.
92 HInstanceFieldGet* CreateInstanceFieldGet(Handle<mirror::DexCache> dex_cache,
122 HInstanceFieldGet* BuildGetReceiverClass(ClassLinker* class_linker,
licm_test.cc 112 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
139 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
inliner.cc 345 HInstanceFieldGet* HInliner::BuildGetReceiverClass(ClassLinker* class_linker,
350 HInstanceFieldGet* result = new (graph_->GetArena()) HInstanceFieldGet(
431 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
685 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
    [all...]
register_allocator_test.cc 473 HInstruction* test = new (allocator) HInstanceFieldGet(parameter,
500 *input1 = new (allocator) HInstanceFieldGet(parameter,
509 *input2 = new (allocator) HInstanceFieldGet(parameter,
626 *field = new (allocator) HInstanceFieldGet(parameter,
    [all...]
load_store_elimination.cc 415 void VisitInstanceFieldGet(HInstanceFieldGet* instruction) OVERRIDE {
    [all...]
reference_type_propagation.cc 95 void VisitInstanceFieldGet(HInstanceFieldGet* instr) OVERRIDE;
537 void ReferenceTypePropagation::RTPVisitor::VisitInstanceFieldGet(HInstanceFieldGet* instr) {
    [all...]
graph_visualizer.cc 436 void VisitInstanceFieldGet(HInstanceFieldGet* iget) OVERRIDE {
nodes.h     [all...]
instruction_builder.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 799 milliseconds