Searched refs:HGraphBuilder (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.h32 class HGraphBuilder : public ValueObject { class in namespace:art
34 HGraphBuilder(ArenaAllocator* arena, function in class:art::HGraphBuilder
131 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
H A Dbuilder.cc72 void HGraphBuilder::InitializeLocals(uint16_t count) {
82 bool HGraphBuilder::InitializeParameters(uint16_t number_of_parameters) {
140 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_offset) {
157 void HGraphBuilder::If_21t(const Instruction& instruction, uint32_t dex_offset) {
172 HGraph* HGraphBuilder::BuildGraph(const DexFile::CodeItem& code_item) {
216 void HGraphBuilder::MaybeUpdateCurrentBlock(size_t index) {
233 void HGraphBuilder::ComputeBranchTargets(const uint16_t* code_ptr, const uint16_t* code_end) {
267 HBasicBlock* HGraphBuilder::FindBlockStartingAt(int32_t index) const {
273 void HGraphBuilder::Binop_23x(const Instruction& instruction, Primitive::Type type) {
281 void HGraphBuilder
[all...]
H A Dlinearize_test.cc39 HGraphBuilder builder(&allocator);
H A Dpretty_printer_test.cc33 HGraphBuilder builder(&allocator);
H A Ddominator_test.cc30 HGraphBuilder builder(&allocator);
H A Doptimizing_compiler.cc106 HGraphBuilder builder(&arena, &dex_compilation_unit, &dex_file, GetCompilerDriver());
H A Dregister_allocator_test.cc37 HGraphBuilder builder(&allocator);
251 HGraphBuilder builder(allocator);
H A Dcodegen_test.cc72 HGraphBuilder builder(&arena);
H A Dlive_ranges_test.cc31 HGraphBuilder builder(allocator);
H A Dliveness_test.cc45 HGraphBuilder builder(&allocator);
H A Dssa_test.cc81 HGraphBuilder builder(&allocator);
H A Dfind_loops_test.cc32 HGraphBuilder builder(&allocator);

Completed in 515 milliseconds