Home
last modified time | relevance | path

Searched refs:GetNextEmittedBlock (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-codegen.h50 int GetNextEmittedBlock() const;
Dlithium-codegen.cc167 int LCodeGenBase::GetNextEmittedBlock() const { in GetNextEmittedBlock() function in v8::internal::LCodeGenBase
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h43 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-arm.cc1987 int next_block = GetNextEmittedBlock(); in EmitBranch()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h42 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-s390.cc2025 int next_block = GetNextEmittedBlock(); in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h44 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-x64.cc1919 int next_block = GetNextEmittedBlock(); in EmitBranch()
5275 int next_block = GetNextEmittedBlock(); in EmitTypeofIs()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h44 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-ia32.cc1784 int next_block = GetNextEmittedBlock(); in EmitBranch()
4996 int next_block = GetNextEmittedBlock(); in EmitTypeofIs()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h43 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-ppc.cc2021 int next_block = GetNextEmittedBlock(); in DoShiftI()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h43 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-mips.cc1827 int next_block = GetNextEmittedBlock(); in EmitBranch()
1850 int next_block = GetNextEmittedBlock(); in EmitBranchF()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h43 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-mips64.cc1946 int next_block = GetNextEmittedBlock(); in EmitBranch()
1969 int next_block = GetNextEmittedBlock(); in EmitBranchF()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h48 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-arm64.cc1223 int next_block = GetNextEmittedBlock(); in EmitBranchGeneric()
5510 int next_block = GetNextEmittedBlock(); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h47 return LookupDestination(block_id) == GetNextEmittedBlock(); in IsNextEmittedBlock()
Dlithium-codegen-x87.cc2061 int next_block = GetNextEmittedBlock(); in EmitBranch()
5479 int next_block = GetNextEmittedBlock(); in EmitTypeofIs()