Home
last modified time | relevance | path

Searched refs:constant_parameter_count (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1393 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-mips.cc2461 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1434 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-x64.cc2484 __ Ret((ToInteger32(instr->constant_parameter_count()) + 1) * kPointerSize, in DoReturn()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1428 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-x87.cc2606 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1312 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-s390.cc2609 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1430 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-arm.cc2544 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1438 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-ia32.cc2321 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1455 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-mips64.cc2585 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1409 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-ppc.cc2631 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2043 LConstantOperand* constant_parameter_count() { in constant_parameter_count() function
Dlithium-codegen-arm64.cc4345 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()