Searched refs:IsNextEmittedBlock (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h41 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-s390.cc155 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-s390.cc2238 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h42 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-arm.cc149 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-arm.cc2158 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h47 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-arm64.cc106 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-arm64.cc2701 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h43 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-ia32.cc168 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-ia32.cc1955 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h42 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-mips.cc151 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-mips.cc2054 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h42 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-mips64.cc151 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-mips64.cc2175 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h42 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-ppc.cc164 return !gen->IsNextEmittedBlock(block_id());
H A Dlithium-codegen-ppc.cc2235 if (!IsNextEmittedBlock(block)) {
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h43 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-x64.cc153 return !gen->IsNextEmittedBlock(block_id());
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h46 bool IsNextEmittedBlock(int block_id) const { function in class:v8::internal::LCodeGen
H A Dlithium-x87.cc179 return !gen->IsNextEmittedBlock(block_id());

Completed in 480 milliseconds

12