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.h64 class HInstruction; variable
184 friend class HInstruction; variable
1406 friend class HInstruction; variable
1669 friend class HInstruction; local
2083 friend class HInstruction; variable
2097 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2100 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2540 explicit HInstruction(const HInstruction& other) in HInstruction() function
2762 : HInstruction(kind, side_effects, dex_pc), inputs_() {} in HInstruction() function
2767 : HInstruction(kind, type, side_effects, dex_pc), inputs_() {} in HInstruction() function