Home
last modified time | relevance | path

Searched refs:ExtendedPolicy (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dlithium.h100 enum ExtendedPolicy { enum
124 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated()
137 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated()
145 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated()
191 class ExtendedPolicyField : public BitField<ExtendedPolicy, 22, 3> {};
241 ExtendedPolicy extended_policy() const { in extended_policy()