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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h522 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
524 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-arm.cc934 LApplyArguments* result = new(zone()) LApplyArguments(function,
H A Dlithium-codegen-arm.cc3032 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h637 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
639 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-arm64.cc840 LApplyArguments* result = new(zone()) LApplyArguments(function,
H A Dlithium-codegen-arm64.cc1537 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h523 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
525 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-ia32.cc971 LApplyArguments* result = new(zone()) LApplyArguments(function,
H A Dlithium-codegen-ia32.cc2782 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h520 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
522 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-mips.cc939 LApplyArguments* result = new(zone()) LApplyArguments(function,
H A Dlithium-codegen-mips.cc2962 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h523 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
525 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-mips64.cc939 LApplyArguments* result = new(zone()) LApplyArguments(function,
H A Dlithium-codegen-mips64.cc3148 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h516 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
518 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length, function in class:v8::internal::final
H A Dlithium-ppc.cc949 LApplyArguments* result =
950 new (zone()) LApplyArguments(function, receiver, length, elements);
H A Dlithium-codegen-ppc.cc3232 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h495 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
497 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length, function in class:v8::internal::final
H A Dlithium-s390.cc869 LApplyArguments* result =
870 new (zone()) LApplyArguments(function, receiver, length, elements);
H A Dlithium-codegen-s390.cc3189 void LCodeGen::DoApplyArguments(LApplyArguments* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h528 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
530 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-x64.cc959 LApplyArguments* result = new(zone()) LApplyArguments(function,
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h537 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
539 LApplyArguments(LOperand* function, function in class:v8::internal::final
H A Dlithium-x87.cc988 LApplyArguments* result = new(zone()) LApplyArguments(function,

Completed in 637 milliseconds

12