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

  /external/v8/src/crankshaft/
lithium.cc 307 if (cur->IsGap()) {
375 return instructions_[index]->IsGap();
  /external/v8/src/crankshaft/arm/
lithium-arm.h 197 virtual bool IsGap() const { return false; }
314 bool IsGap() const override { return true; }
317 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-arm.cc 246 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 208 virtual bool IsGap() const { return false; }
369 bool IsGap() const override { return true; }
372 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-arm64.cc 697 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 200 virtual bool IsGap() const { return false; }
316 bool IsGap() const final { return true; }
319 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-ia32.cc 257 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 195 virtual bool IsGap() const { return false; }
312 bool IsGap() const final { return true; }
315 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-mips.cc 279 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 198 virtual bool IsGap() const { return false; }
315 bool IsGap() const final { return true; }
318 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-mips64.cc 255 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 195 virtual bool IsGap() const { return false; }
311 bool IsGap() const override { return true; }
314 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-ppc.cc 263 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 190 virtual bool IsGap() const { return false; }
303 bool IsGap() const override { return true; }
306 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-s390.cc 252 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 196 virtual bool IsGap() const { return false; }
319 bool IsGap() const final { return true; }
322 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-x64.cc 256 if (!instr->IsLazyBailout() && !instr->IsGap()) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 199 virtual bool IsGap() const { return false; }
319 bool IsGap() const final { return true; }
322 DCHECK(instr->IsGap());
    [all...]
lithium-codegen-x87.cc 231 if (!instr->IsLazyBailout() && !instr->IsGap()) {
255 !instr->IsGap() && !instr->IsReturn()) {
    [all...]

Completed in 1050 milliseconds