Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
dart::Function::ICDataArrayIndices Struct Reference

#include <object.h>

Static Public Attributes

static constexpr intptr_t kEdgeCounters = 0
 
static constexpr intptr_t kCoverageData = 1
 
static constexpr intptr_t kFirstICData = 2
 

Detailed Description

Definition at line 4038 of file object.h.

Member Data Documentation

◆ kCoverageData

constexpr intptr_t dart::Function::ICDataArrayIndices::kCoverageData = 1
staticconstexpr

Definition at line 4040 of file object.h.

◆ kEdgeCounters

constexpr intptr_t dart::Function::ICDataArrayIndices::kEdgeCounters = 0
staticconstexpr

Definition at line 4039 of file object.h.

◆ kFirstICData

constexpr intptr_t dart::Function::ICDataArrayIndices::kFirstICData = 2
staticconstexpr

Definition at line 4041 of file object.h.


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