Searched refs:ExtendedPolicy (Results 1 – 4 of 4) sorted by relevance
/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 | 333 TestOperand op, UnallocatedOperand::ExtendedPolicy policy) { in Unallocated() 339 TestOperand op, UnallocatedOperand::ExtendedPolicy policy, in Unallocated() 346 TestOperand op, UnallocatedOperand::ExtendedPolicy policy, int index) { in Unallocated()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 80 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/ |
D | instruction.h | 156 enum ExtendedPolicy { enum 180 UnallocatedOperand(ExtendedPolicy policy, int virtual_register) in UnallocatedOperand() 195 UnallocatedOperand(ExtendedPolicy policy, int index, int virtual_register) in UnallocatedOperand() 204 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime, in UnallocatedOperand() 265 ExtendedPolicy extended_policy() const { in extended_policy() 334 class ExtendedPolicyField : public BitField64<ExtendedPolicy, 36, 3> {};
|