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

  /external/v8/src/crankshaft/
lithium.h 191 bool HasRegisterPolicy() const {
lithium-allocator.cc 40 requires_reg_ = unalloc->HasRegisterPolicy() ||
    [all...]
  /external/v8/src/compiler/
instruction.h 245 bool HasRegisterPolicy() const {
    [all...]
register-allocator.cc 270 if (unalloc->HasRegisterPolicy()) {
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 31 !LUnallocated::cast(Output())->HasRegisterPolicy());
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 31 !LUnallocated::cast(Output())->HasRegisterPolicy());
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 34 !LUnallocated::cast(Output())->HasRegisterPolicy());
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 33 !LUnallocated::cast(Output())->HasRegisterPolicy());
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 33 !LUnallocated::cast(Output())->HasRegisterPolicy());
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 30 !LUnallocated::cast(Output())->HasRegisterPolicy());
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 30 !LUnallocated::cast(Output())->HasRegisterPolicy());
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 35 !LUnallocated::cast(Output())->HasRegisterPolicy());
43 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 34 !LUnallocated::cast(Output())->HasRegisterPolicy());
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]

Completed in 858 milliseconds