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.h59 class HInstruction; variable
177 friend class HInstruction; variable
1308 friend class HInstruction; variable
1561 friend class HInstruction; local
1948 friend class HInstruction; variable
1962 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2390 explicit HInstruction(const HInstruction& other) in HInstruction() function
2603 : HInstruction(kind, side_effects, dex_pc), inputs_() {} in HInstruction() function
2625 : HInstruction(kind, side_effects, dex_pc) {} in HInstruction() function