/external/v8/src/crankshaft/ |
D | lithium.cc | 306 if (cur->IsGap()) { in MarkEmptyBlocks() 374 return instructions_[index]->IsGap(); in IsGapAt()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 195 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 312 bool IsGap() const final { return true; } in IsGap() function 315 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-mips.cc | 275 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 196 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 319 bool IsGap() const final { return true; } in IsGap() function 322 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-x64.cc | 251 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 199 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 319 bool IsGap() const final { return true; } in IsGap() function 322 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-x87.cc | 227 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre() 251 !instr->IsGap() && !instr->IsReturn()) { in GenerateBodyInstructionPost()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 191 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 304 bool IsGap() const override { return true; } in IsGap() function 307 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-s390.cc | 248 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 197 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 314 bool IsGap() const override { return true; } in IsGap() function 317 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-arm.cc | 242 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 200 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 316 bool IsGap() const final { return true; } in IsGap() function 319 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-ia32.cc | 253 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 198 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 315 bool IsGap() const final { return true; } in IsGap() function 318 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-mips64.cc | 251 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 195 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 311 bool IsGap() const override { return true; } in IsGap() function 314 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-ppc.cc | 259 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 208 virtual bool IsGap() const { return false; } in LITHIUM_CONCRETE_INSTRUCTION_LIST() 369 bool IsGap() const override { return true; } in IsGap() function 372 DCHECK(instr->IsGap()); in cast()
|
D | lithium-codegen-arm64.cc | 693 if (!instr->IsLazyBailout() && !instr->IsGap()) { in GenerateBodyInstructionPre()
|