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

  /external/chromium_org/v8/src/mips/
assembler-mips.h     [all...]
assembler-mips.cc 516 bool Assembler::IsEmittedConstant(Instr instr) {
819 DCHECK(IsJ(instr) || IsLui(instr) || IsEmittedConstant(instr));
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h     [all...]
assembler-mips64.cc 494 bool Assembler::IsEmittedConstant(Instr instr) {
803 DCHECK(IsJ(instr) || IsLui(instr) || IsEmittedConstant(instr));
    [all...]

Completed in 47 milliseconds