Flutter Engine
The Flutter Engine
dart
InstrAttrs
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
enum
dart::InstrAttrs::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
};
dart::InstrAttrs::kNoGC
@ kNoGC
Definition:
il.h:401
dart::InstrAttrs::_
@ _
Definition:
il.h:396
The documentation for this struct was generated from the following file:
third_party/dart-lang/sdk/runtime/vm/compiler/backend/
il.h
Generated on Sun Jun 23 2024 21:59:14 for Flutter Engine by
1.9.4