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

  /art/compiler/optimizing/
pretty_printer.h 130 virtual void VisitGoto(HGoto* gota) {
nodes.cc 145 new_block->AddInstruction(new (arena_) HGoto());
167 new_back_edge->AddInstruction(new (arena_) HGoto());
184 pre_header->AddInstruction(new (arena_) HGoto());
builder.cc 212 entry_block_->AddInstruction(new (arena_) HGoto());
226 current_block_->AddInstruction(new (arena_) HGoto());
583 current_block_->AddInstruction(new (arena_) HGoto());
nodes.h 854 class HGoto : public HTemplateInstruction<0> {
856 HGoto() {}
867 DISALLOW_COPY_AND_ASSIGN(HGoto);
    [all...]
graph_test.cc 43 HInstruction* got = new (allocator) HGoto();
code_generator_x86_64.cc 362 void LocationsBuilderX86_64::VisitGoto(HGoto* got) {
366 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) {
    [all...]
code_generator_arm.cc 523 void LocationsBuilderARM::VisitGoto(HGoto* got) {
527 void InstructionCodeGeneratorARM::VisitGoto(HGoto* got) {
    [all...]
code_generator_x86.cc 481 void LocationsBuilderX86::VisitGoto(HGoto* got) {
485 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]
hydrogen.cc 223 HGoto* instr = new(zone()) HGoto(block);
243 HGoto* instr = new(zone()) HGoto(target);
    [all...]
hydrogen-instructions.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 931 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 972 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 939 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 945 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 967 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]

Completed in 210 milliseconds