HomeSort by relevance Sort by last modified time
    Searched refs:HReturn (Results 1 - 25 of 27) sorted by null

1 2

  /art/compiler/optimizing/
graph_checker.h 67 void VisitReturn(HReturn* ret) OVERRIDE;
codegen_test.cc 665 then_block->AddInstruction(new (&allocator) HReturn(constant0));
666 else_block->AddInstruction(new (&allocator) HReturn(constant1));
717 HReturn ret(&cmp_lt);
782 HReturn ret_lt(cst_lt);
785 HReturn ret_ge(cst_ge);
902 block->AddInstruction(new (&allocator) HReturn(comparison));
    [all...]
pc_relative_fixups_x86.cc 64 void VisitReturn(HReturn* ret) OVERRIDE {
register_allocator_test.cc 312 HReturn* ret = return_block->GetLastInstruction()->AsReturn();
636 *ret = new (allocator) HReturn(*field);
    [all...]
constant_folding_test.cc 782 block->AddInstruction(new (&allocator_) HReturn(zero));
graph_checker.cc 513 void GraphChecker::VisitReturn(HReturn* ret) {
    [all...]
nodes.h     [all...]
instruction_builder.cc 638 AppendInstruction(new (arena_) HReturn(value, dex_pc));
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen-instructions.h     [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 206 HReturn* hreturn_instruction = New<HReturn>(return_value,
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc     [all...]

Completed in 838 milliseconds

1 2