Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h80 enum ExtendedPolicy { enum
105 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated()
118 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated()
126 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated()
172 class ExtendedPolicyField : public BitField<ExtendedPolicy, 22, 3> {};
226 ExtendedPolicy extended_policy() const { in extended_policy()
/external/v8/src/compiler/
Dinstruction.h174 enum ExtendedPolicy { enum
198 UnallocatedOperand(ExtendedPolicy policy, int virtual_register) in UnallocatedOperand()
213 UnallocatedOperand(ExtendedPolicy policy, int index, int virtual_register) in UnallocatedOperand()
222 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime, in UnallocatedOperand()
283 ExtendedPolicy extended_policy() const { in extended_policy()
352 class ExtendedPolicyField : public BitField64<ExtendedPolicy, 36, 3> {};