HomeSort by relevance Sort by last modified time
    Searched refs:HGraphBuilder (Results 1 - 18 of 18) sorted by null

  /art/compiler/optimizing/
builder.cc 140 void HGraphBuilder::InitializeLocals(uint16_t count) {
150 void HGraphBuilder::InitializeParameters(uint16_t number_of_parameters) {
191 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_pc) {
210 void HGraphBuilder::If_21t(const Instruction& instruction, uint32_t dex_pc) {
227 void HGraphBuilder::MaybeRecordStat(MethodCompilationStat compilation_stat) {
233 bool HGraphBuilder::SkipCompilation(const DexFile::CodeItem& code_item,
262 bool HGraphBuilder::BuildGraph(const DexFile::CodeItem& code_item) {
338 void HGraphBuilder::MaybeUpdateCurrentBlock(size_t index) {
355 bool HGraphBuilder::ComputeBranchTargets(const uint16_t* code_ptr,
436 HBasicBlock* HGraphBuilder::FindBlockStartingAt(int32_t index) const
    [all...]
builder.h 35 class HGraphBuilder : public ValueObject {
37 HGraphBuilder(HGraph* graph,
60 HGraphBuilder(HGraph* graph, Primitive::Type return_type = Primitive::kPrimInt)
278 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
suspend_check_test.cc 27 * Check that the HGraphBuilder adds suspend checks to backward branches.
34 HGraphBuilder builder(graph);
optimizing_unit_test.h 86 HGraphBuilder builder(graph, return_type);
pretty_printer_test.cc 34 HGraphBuilder builder(graph);
linearize_test.cc 43 HGraphBuilder builder(graph);
dominator_test.cc 31 HGraphBuilder builder(graph);
inliner.cc 180 HGraphBuilder builder(callee_graph,
liveness_test.cc 50 HGraphBuilder builder(graph);
ssa_test.cc 82 HGraphBuilder builder(graph);
optimizing_compiler.cc 560 HGraphBuilder builder(graph,
570 PassInfo pass_info(HGraphBuilder::kBuilderPassName, &pass_info_printer);
find_loops_test.cc 32 HGraphBuilder builder(graph);
live_ranges_test.cc 36 HGraphBuilder builder(graph);
codegen_test.cc 249 HGraphBuilder builder(graph);
262 HGraphBuilder builder(graph, Primitive::kPrimLong);
register_allocator_test.cc 42 HGraphBuilder builder(graph);
259 HGraphBuilder builder(graph);
    [all...]
  /external/v8/src/
hydrogen.h 167 friend class HGraphBuilder;
1043 class HGraphBuilder {
1045 explicit HGraphBuilder(CompilationInfo* info)
1052 virtual ~HGraphBuilder() {}
    [all...]
hydrogen.cc 753 HGraphBuilder::IfBuilder::IfBuilder() : builder_(NULL), needs_compare_(true) {}
756 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder)
762 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder,
770 void HGraphBuilder::IfBuilder::InitializeDontCreateBlocks(
771 HGraphBuilder* builder) {
788 void HGraphBuilder::IfBuilder::Initialize(HGraphBuilder* builder) {
796 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare
    [all...]
code-stubs-hydrogen.cc 35 class CodeStubGraphBuilderBase : public HGraphBuilder {
38 : HGraphBuilder(&info_),
    [all...]

Completed in 783 milliseconds