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

  /external/v8/src/
lithium.h 190 bool HasRegisterPolicy() const {
lithium-allocator.cc 36 requires_reg_ = unalloc->HasRegisterPolicy() ||
    [all...]
  /external/v8/src/compiler/
instruction.h 217 bool HasRegisterPolicy() const {
register-allocator.cc 35 requires_reg_ = unalloc->HasRegisterPolicy();
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 29 !LUnallocated::cast(Output())->HasRegisterPolicy());
37 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 29 !LUnallocated::cast(Output())->HasRegisterPolicy());
37 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 32 !LUnallocated::cast(Output())->HasRegisterPolicy());
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 31 !LUnallocated::cast(Output())->HasRegisterPolicy());
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 31 !LUnallocated::cast(Output())->HasRegisterPolicy());
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 32 !LUnallocated::cast(Output())->HasRegisterPolicy());
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]
  /external/v8/src/x87/
lithium-x87.cc 32 !LUnallocated::cast(Output())->HasRegisterPolicy());
40 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
    [all...]

Completed in 136 milliseconds