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

  /external/v8/src/x87/
assembler-x87.cc 171 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
177 DCHECK(is_reg_only());
1058 if (op.is_reg_only()) {
1090 if (op.is_reg_only()) {
    [all...]
assembler-x87.h 371 bool is_reg_only() const;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 256 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
262 DCHECK(is_reg_only());
1187 if (op.is_reg_only()) {
1219 if (op.is_reg_only()) {
    [all...]
assembler-ia32.h 374 bool is_reg_only() const;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 633 DCHECK(!src.is_reg_only());
651 DCHECK(!dst.is_reg_only());
    [all...]

Completed in 52 milliseconds