Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Descape.h22 class HInstruction; variable
114 bool (*no_escape_fn)(HInstruction*, HInstruction*), in CalculateEscape() argument
141 inline bool DoesNotEscape(HInstruction* reference, in DoesNotEscape() argument
142 bool (*no_escape_fn)(HInstruction*, HInstruction*)) { in DoesNotEscape()
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.h33 class HInstruction; variable
Dnodes.h66 class HInstruction; variable
187 friend class HInstruction; variable
1446 friend class HInstruction; variable
1711 friend class HInstruction; local
2142 friend class HInstruction; variable
2192 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2195 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2667 explicit HInstruction(const HInstruction& other) in HInstruction() function
Dlocations.h30 class HInstruction; variable