Searched refs:LCallFunction (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 1469 class LCallFunction: public LTemplateInstruction<1, 1, 0> { 1471 explicit LCallFunction(LOperand* function) { in LCallFunction() function
|
D | lithium-x64.cc | 1238 LCallFunction* result = new(zone()) LCallFunction(function); in DoCallFunction()
|
D | lithium-codegen-x64.cc | 3212 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1474 class LCallFunction: public LTemplateInstruction<1, 1, 0> { 1476 explicit LCallFunction(LOperand* function) { in LCallFunction() function
|
D | lithium-mips.cc | 1249 return MarkAsCall(DefineFixed(new(zone()) LCallFunction(function), v0), in DoCallFunction()
|
D | lithium-codegen-mips.cc | 3357 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1494 class LCallFunction: public LTemplateInstruction<1, 1, 0> { 1496 explicit LCallFunction(LOperand* function) { in LCallFunction() function
|
D | lithium-arm.cc | 1248 return MarkAsCall(DefineFixed(new(zone()) LCallFunction(function), r0), in DoCallFunction()
|
D | lithium-codegen-arm.cc | 3462 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1531 class LCallFunction: public LTemplateInstruction<1, 2, 0> { 1533 explicit LCallFunction(LOperand* context, LOperand* function) { in LCallFunction() function
|
D | lithium-ia32.cc | 1280 LCallFunction* result = new(zone()) LCallFunction(context, function); in DoCallFunction()
|
D | lithium-codegen-ia32.cc | 3264 void LCodeGen::DoCallFunction(LCallFunction* instr) { in DoCallFunction()
|