Flutter Engine
The Flutter Engine
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 4057 of file object.h.

Member Data Documentation

◆ kCoverageData

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

Definition at line 4059 of file object.h.

◆ kEdgeCounters

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

Definition at line 4058 of file object.h.

◆ kFirstICData

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

Definition at line 4060 of file object.h.


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