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

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

Completed in 256 milliseconds