Searched refs:LCallFunction (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1964 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1966 explicit LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-ia32.cc | 1277 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-ia32.cc | 3901 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1974 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1976 explicit LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-x87.cc | 1288 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-x87.cc | 4321 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1950 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1952 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-x64.cc | 1256 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-x64.cc | 3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1913 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1915 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-mips64.cc | 1248 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-mips64.cc | 4031 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1913 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1915 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-mips.cc | 1248 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-mips.cc | 3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1949 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 1951 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-arm.cc | 1240 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-arm.cc | 4052 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 862 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> { 864 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-arm64.cc | 1054 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-arm64.cc | 407 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|