Home
last modified time | relevance | path

Searched defs:HInstruction (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Descape.cc24 bool (*no_escape)(HInstruction*, HInstruction*), in CalculateEscape() argument
99 bool DoesNotEscape(HInstruction* reference, bool (*no_escape)(HInstruction*, HInstruction*)) { in DoesNotEscape() argument
Descape.h22 class HInstruction; variable
Dcode_generator_utils.h26 class HInstruction; variable
Dregister_allocation_resolver.h29 class HInstruction; variable
Dregister_allocator.h30 class HInstruction; variable
Dregister_allocator_graph_color.h32 class HInstruction; variable
Dregister_allocator_linear_scan.h30 class HInstruction; variable
Dgraph_visualizer.h31 class HInstruction; variable
Dlocations.h30 class HInstruction; variable
Dnodes.h62 class HInstruction; variable
181 friend class HInstruction; variable
1333 friend class HInstruction; variable
1598 friend class HInstruction; local
2012 friend class HInstruction; variable
2026 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2029 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2468 explicit HInstruction(const HInstruction& other) in HInstruction() function
2690 : HInstruction(kind, side_effects, dex_pc), inputs_() {} in HInstruction() function
2695 : HInstruction(kind, type, side_effects, dex_pc), inputs_() {} in HInstruction() function