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

  /art/compiler/optimizing/
gvn_test.cc 46 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
55 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
65 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
86 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
129 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
152 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
162 else_->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
172 join->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
212 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
235 loop_header->AddInstruction(new (&allocator) HInstanceFieldGet(parameter
    [all...]
inliner.h 113 // Create a new HInstanceFieldGet.
114 HInstanceFieldGet* CreateInstanceFieldGet(uint32_t field_index,
199 HInstanceFieldGet* BuildGetReceiverClass(ClassLinker* class_linker,
licm_test.cc 125 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
152 HInstruction* get_field = new (&allocator_) HInstanceFieldGet(parameter_,
load_store_analysis_test.cc 135 HInstanceFieldGet* get_field10 = new (&allocator_) HInstanceFieldGet(object,
144 HInstanceFieldGet* get_field20 = new (&allocator_) HInstanceFieldGet(object,
inliner.cc 702 HInstanceFieldGet* HInliner::BuildGetReceiverClass(ClassLinker* class_linker,
707 HInstanceFieldGet* result = new (graph_->GetArena()) HInstanceFieldGet(
    [all...]
register_allocator_test.cc 505 HInstruction* test = new (allocator) HInstanceFieldGet(parameter,
532 *input1 = new (allocator) HInstanceFieldGet(parameter,
541 *input2 = new (allocator) HInstanceFieldGet(parameter,
667 *field = new (allocator) HInstanceFieldGet(parameter,
    [all...]
scheduler_arm64.cc 114 void SchedulingLatencyVisitorARM64::VisitInstanceFieldGet(HInstanceFieldGet* ATTRIBUTE_UNUSED) {
reference_type_propagation.cc 93 void VisitInstanceFieldGet(HInstanceFieldGet* instr) OVERRIDE;
285 HInstanceFieldGet* field_get = (load_class == input_one)
604 void ReferenceTypePropagation::RTPVisitor::VisitInstanceFieldGet(HInstanceFieldGet* instr) {
    [all...]
load_store_analysis.h 410 void VisitInstanceFieldGet(HInstanceFieldGet* instruction) OVERRIDE {
load_store_elimination.cc 439 void VisitInstanceFieldGet(HInstanceFieldGet* instruction) OVERRIDE {
scheduler_arm.cc 525 void SchedulingLatencyVisitorARM::VisitInstanceFieldGet(HInstanceFieldGet* instruction) {
graph_visualizer.cc 490 void VisitInstanceFieldGet(HInstanceFieldGet* iget) OVERRIDE {
    [all...]
nodes.h     [all...]
instruction_simplifier.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
instruction_builder.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 266 milliseconds