Home
last modified time | relevance | path

Searched refs:LBoundsCheck (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1100 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1102 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-mips.cc1699 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-mips.cc3730 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1127 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1129 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-x64.cc1740 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-x64.cc3813 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1127 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1129 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-x87.cc1755 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1029 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1031 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-s390.cc1578 LInstruction* result = new (zone()) LBoundsCheck(index, length); in DoBoundsCheck()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1122 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1124 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-arm.cc1752 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-arm.cc3769 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1133 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1135 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-ia32.cc1752 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-ia32.cc3615 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1118 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1120 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-mips64.cc1705 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-mips64.cc3943 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoBoundsCheck()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1108 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
1110 LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-ppc.cc1729 LInstruction* result = new (zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-ppc.cc4011 void LCodeGen::DoBoundsCheck(LBoundsCheck* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h735 class LBoundsCheck final : public LTemplateInstruction<0, 2, 0> {
737 explicit LBoundsCheck(LOperand* index, LOperand* length) { in LBoundsCheck() function
Dlithium-arm64.cc908 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
Dlithium-codegen-arm64.cc1724 void LCodeGen::DoBoundsCheck(LBoundsCheck *instr) { in DoBoundsCheck()

12