Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1702 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1704 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-ia32.cc2635 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-ia32.cc3155 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1710 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1712 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-x87.cc2639 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-x87.cc3426 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1663 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1665 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-mips.cc2525 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-mips.cc3214 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1692 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1694 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-x64.cc2623 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-x64.cc3224 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1700 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1702 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-arm.cc2578 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-arm.cc3273 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1725 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1727 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-mips64.cc2530 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-mips64.cc3400 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1636 class LDrop final : public LTemplateInstruction<0, 0, 0> {
1638 explicit LDrop(int count) : count_(count) {} in LDrop() function
Dlithium-ppc.cc2529 pop = new (zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-ppc.cc3448 void LCodeGen::DoDrop(LDrop* instr) { __ Drop(instr->count()); } in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h425 class LDrop final : public LTemplateInstruction<0, 0, 0> {
427 explicit LDrop(int count) : count_(count) { } in LDrop() function
Dlithium-arm64.cc1606 pop = new(zone()) LDrop(argument_count); in DoLeaveInlined()
Dlithium-codegen-arm64.cc2678 void LCodeGen::DoDrop(LDrop* instr) { in DoDrop()