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

  /external/v8/src/arm/
lithium-arm.h 234 virtual bool IsGap() const { return false; }
330 virtual bool IsGap() const { return true; }
333 ASSERT(instr->IsGap());
    [all...]
lithium-arm.cc 459 if (cur->IsGap()) {
526 return instructions_[index]->IsGap();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 229 virtual bool IsGap() const { return false; }
322 virtual bool IsGap() const { return true; }
325 ASSERT(instr->IsGap());
    [all...]
lithium-ia32.cc 403 if (cur->IsGap()) {
521 return instructions_[index]->IsGap();
    [all...]
  /external/v8/src/mips/
lithium-mips.h 233 virtual bool IsGap() const { return false; }
329 virtual bool IsGap() const { return true; }
332 ASSERT(instr->IsGap());
    [all...]
lithium-mips.cc 459 if (cur->IsGap()) {
526 return instructions_[index]->IsGap();
    [all...]
  /external/v8/src/x64/
lithium-x64.h 235 virtual bool IsGap() const { return false; }
331 virtual bool IsGap() const { return true; }
334 ASSERT(instr->IsGap());
    [all...]
lithium-x64.cc 401 if (cur->IsGap()) {
519 return instructions_[index]->IsGap();
    [all...]

Completed in 475 milliseconds