Home
last modified time | relevance | path

Searched refs:LCallFunction (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h1964 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1966 explicit LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-ia32.cc1277 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-ia32.cc3901 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/x87/
Dlithium-x87.h1974 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1976 explicit LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-x87.cc1288 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-x87.cc4321 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/x64/
Dlithium-x64.h1950 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1952 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-x64.cc1256 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-x64.cc3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/mips64/
Dlithium-mips64.h1913 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1915 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-mips64.cc1248 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-mips64.cc4031 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/mips/
Dlithium-mips.h1913 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1915 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-mips.cc1248 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-mips.cc3999 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/arm/
Dlithium-arm.h1949 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
1951 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-arm.cc1240 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-arm.cc4052 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
/external/v8/src/arm64/
Dlithium-arm64.h862 class LCallFunction FINAL : public LTemplateInstruction<1, 2, 0> {
864 LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
Dlithium-arm64.cc1054 LCallFunction* call = new(zone()) LCallFunction(context, function); in DoCallFunction()
Dlithium-codegen-arm64.cc407 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()