Home
last modified time | relevance | path

Searched refs:InvokeFunctionCode (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/x87/
Dmacro-assembler-x87.cc1897 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
1952 InvokeFunctionCode(edi, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
1967 InvokeFunctionCode(edi, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-x87.h330 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1958 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
2014 InvokeFunctionCode(edi, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
2029 InvokeFunctionCode(edi, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-ia32.h330 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/arm/
Dmacro-assembler-arm.cc1787 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
1854 InvokeFunctionCode(fun, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
1872 InvokeFunctionCode(r1, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-arm.h679 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2395 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
2469 InvokeFunctionCode(function, new_target, expected, actual, flag, in InvokeFunction()
2489 InvokeFunctionCode(function, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-arm64.h1217 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1436 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
1504 InvokeFunctionCode(fun, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
1522 InvokeFunctionCode(r4, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-ppc.h609 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/x64/
Dmacro-assembler-x64.h387 void InvokeFunctionCode(Register function, Register new_target,
Dmacro-assembler-x64.cc4191 InvokeFunctionCode(rdi, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
4195 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc1340 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
1407 InvokeFunctionCode(fun, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
1424 InvokeFunctionCode(r3, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
Dmacro-assembler-s390.h921 void InvokeFunctionCode(Register function, Register new_target,
/external/v8/src/mips/
Dmacro-assembler-mips.h1045 void InvokeFunctionCode(Register function, Register new_target,
Dmacro-assembler-mips.cc4603 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
4668 InvokeFunctionCode(function, new_target, expected, actual, flag, in InvokeFunction()
4687 InvokeFunctionCode(a1, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1098 void InvokeFunctionCode(Register function, Register new_target,
Dmacro-assembler-mips64.cc4796 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() function in v8::internal::MacroAssembler
4860 InvokeFunctionCode(a1, new_target, expected, actual, flag, call_wrapper); in InvokeFunction()
4878 InvokeFunctionCode(a1, no_reg, expected, actual, flag, call_wrapper); in InvokeFunction()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2617 __ InvokeFunctionCode(x1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2670 __ InvokeFunctionCode(rdi, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc2510 __ InvokeFunctionCode(edi, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2606 __ InvokeFunctionCode(r4, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2585 __ InvokeFunctionCode(a1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2616 __ InvokeFunctionCode(r3, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2536 __ InvokeFunctionCode(r1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local

12