Home
last modified time | relevance | path

Searched refs:IsNextEmittedBlock (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h43 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-x64.cc152 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-x64.cc2155 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h42 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-ppc.cc164 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-ppc.cc2245 if (!IsNextEmittedBlock(block)) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h45 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-ia32.cc168 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-ia32.cc2114 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h42 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-arm.cc149 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-arm.cc2208 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h42 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-mips.cc151 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-mips.cc2107 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h42 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-mips64.cc151 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-mips64.cc2225 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h47 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-arm64.cc121 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-arm64.cc2764 if (!IsNextEmittedBlock(block)) { in EmitGoto()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h48 bool IsNextEmittedBlock(int block_id) const { in IsNextEmittedBlock() function
Dlithium-x87.cc179 return !gen->IsNextEmittedBlock(block_id()); in HasInterestingComment()
Dlithium-codegen-x87.cc2386 if (!IsNextEmittedBlock(block)) { in EmitGoto()