Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 1119 of file il.h.

Member Function Documentation

◆ At()

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

Definition at line 1120 of file il.h.

1120 {
1121 return instr->SuccessorAt(index);
1122 }

◆ Length()

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

Definition at line 1124 of file il.h.

1124 {
1125 return instr->SuccessorCount();
1126 }

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