Flutter Engine
The Flutter Engine
Static Public Member Functions | List of all members
dart::Instruction::SuccessorsTrait Struct Reference

#include <il.h>

Static Public Member Functions

static BlockEntryInstrAt (const Instruction *instr, intptr_t index)
 
static intptr_t Length (const Instruction *instr)
 

Detailed Description

Definition at line 1125 of file il.h.

Member Function Documentation

◆ At()

static BlockEntryInstr * dart::Instruction::SuccessorsTrait::At ( const Instruction instr,
intptr_t  index 
)
inlinestatic

Definition at line 1126 of file il.h.

1126 {
1127 return instr->SuccessorAt(index);
1128 }

◆ Length()

static intptr_t dart::Instruction::SuccessorsTrait::Length ( const Instruction instr)
inlinestatic

Definition at line 1130 of file il.h.

1130 {
1131 return instr->SuccessorCount();
1132 }

The documentation for this struct was generated from the following file: