HomeSort by relevance Sort by last modified time
    Searched refs:extended_policy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
lithium.h 76 EXTENDED_POLICY
105 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
119 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
127 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
170 // BitFields specific to BasicPolicy::EXTENDED_POLICY.
182 return basic_policy() == EXTENDED_POLICY &&
183 extended_policy() == ANY;
187 extended_policy() == FIXED_REGISTER ||
188 extended_policy() == FIXED_DOUBLE_REGISTER;
191 return basic_policy() == EXTENDED_POLICY &&
225 ExtendedPolicy extended_policy() const { function in class:v8::internal::LUnallocated
    [all...]
lithium.cc 54 switch (unalloc->extended_policy()) {
  /external/chromium_org/v8/src/compiler/
instruction.h 98 enum BasicPolicy { FIXED_SLOT, EXTENDED_POLICY };
125 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
141 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
149 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
198 // BitFields specific to BasicPolicy::EXTENDED_POLICY.
210 return basic_policy() == EXTENDED_POLICY && extended_policy() == ANY;
214 extended_policy() == FIXED_REGISTER ||
215 extended_policy() == FIXED_DOUBLE_REGISTER;
218 return basic_policy() == EXTENDED_POLICY &
239 ExtendedPolicy extended_policy() const { function in class:v8::internal::compiler::UnallocatedOperand
    [all...]
instruction.cc 23 switch (unalloc->extended_policy()) {

Completed in 3197 milliseconds