Searched refs:USED_AT_START (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-impl.h59 UnallocatedOperand::ANY, UnallocatedOperand::USED_AT_START));
65 UnallocatedOperand::USED_AT_START));
106 UnallocatedOperand::USED_AT_START);
114 UnallocatedOperand::USED_AT_START);
H A Dinstruction.h111 // USED_AT_START operand is guaranteed to be live only at
115 USED_AT_START, enumerator in enum:v8::internal::compiler::UnallocatedOperand::Lifetime
265 return LifetimeField::decode(value_) == USED_AT_START;
/external/chromium_org/v8/src/
H A Dlithium.h92 // USED_AT_START operand is guaranteed to be live only at
96 USED_AT_START, enumerator in enum:v8::internal::LUnallocated::Lifetime
253 return LifetimeField::decode(value_) == USED_AT_START;
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc456 LUnallocated::USED_AT_START));
472 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc494 LUnallocated::USED_AT_START));
510 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc463 LUnallocated::USED_AT_START));
479 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc463 LUnallocated::USED_AT_START));
479 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc482 LUnallocated::USED_AT_START));
505 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc500 LUnallocated::USED_AT_START));
516 LUnallocated::USED_AT_START));
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc403 LUnallocated::USED_AT_START));

Completed in 264 milliseconds