Searched refs:ExtendedPolicy (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium.h | 79 enum ExtendedPolicy { enum 104 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated() 117 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated() 125 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated() 171 class ExtendedPolicyField : public BitField<ExtendedPolicy, 22, 3> {}; 225 ExtendedPolicy extended_policy() const { in extended_policy()
|
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.h | 199 UnallocatedOperand::ExtendedPolicy policy); 201 UnallocatedOperand::ExtendedPolicy policy, 204 UnallocatedOperand::ExtendedPolicy policy,
|
D | instruction-sequence-unittest.cc | 331 TestOperand op, UnallocatedOperand::ExtendedPolicy policy) { in Unallocated() 337 TestOperand op, UnallocatedOperand::ExtendedPolicy policy, in Unallocated() 344 TestOperand op, UnallocatedOperand::ExtendedPolicy policy, int index) { in Unallocated()
|
/external/v8/src/compiler/ |
D | instruction.h | 148 enum ExtendedPolicy { enum 172 UnallocatedOperand(ExtendedPolicy policy, int virtual_register) in UnallocatedOperand() 187 UnallocatedOperand(ExtendedPolicy policy, int index, int virtual_register) in UnallocatedOperand() 196 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime, in UnallocatedOperand() 257 ExtendedPolicy extended_policy() const { in extended_policy() 326 class ExtendedPolicyField : public BitField64<ExtendedPolicy, 36, 3> {};
|