/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1897 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()
|
D | macro-assembler-x87.h | 330 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1958 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()
|
D | macro-assembler-ia32.h | 330 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1787 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()
|
D | macro-assembler-arm.h | 679 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2395 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()
|
D | macro-assembler-arm64.h | 1217 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1436 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()
|
D | macro-assembler-ppc.h | 609 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 387 void InvokeFunctionCode(Register function, Register new_target,
|
D | macro-assembler-x64.cc | 4191 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/ |
D | macro-assembler-s390.cc | 1340 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()
|
D | macro-assembler-s390.h | 921 void InvokeFunctionCode(Register function, Register new_target,
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1045 void InvokeFunctionCode(Register function, Register new_target,
|
D | macro-assembler-mips.cc | 4603 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/ |
D | macro-assembler-mips64.h | 1098 void InvokeFunctionCode(Register function, Register new_target,
|
D | macro-assembler-mips64.cc | 4796 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/ |
D | builtins-arm64.cc | 2617 __ InvokeFunctionCode(x1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2670 __ InvokeFunctionCode(rdi, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 2510 __ InvokeFunctionCode(edi, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2606 __ InvokeFunctionCode(r4, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2585 __ InvokeFunctionCode(a1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2616 __ InvokeFunctionCode(r3, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2536 __ InvokeFunctionCode(r1, no_reg, expected, actual, JUMP_FUNCTION, in Generate_CallFunction() local
|