Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
dart::InstrAttrs Struct Reference

#include <il.h>

Public Types

enum  Attributes { _ = 0 , kNoGC = 1 }
 

Detailed Description

Definition at line 394 of file il.h.

Member Enumeration Documentation

◆ Attributes

Enumerator
kNoGC 

Definition at line 395 of file il.h.

395 {
396 _ = 0, // No special attributes.
397 //
398 // The instruction is guaranteed to not trigger GC on a non-exceptional
399 // path. If the conditions depend on parameters of the instruction, do not
400 // use this attribute but overload CanTriggerGC() instead.
401 kNoGC = 1,
402 };

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