/external/v8/src/ |
macro-assembler.h | 34 CALL_FUNCTION,
|
/external/v8/src/arm/ |
builtins-arm.cc | 673 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION); [all...] |
full-codegen-arm.cc | [all...] |
macro-assembler-arm.cc | [all...] |
lithium-codegen-arm.cc | [all...] |
code-stubs-arm.cc | [all...] |
/external/v8/src/ia32/ |
builtins-ia32.cc | 320 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD); 323 __ InvokeFunction(edi, actual, CALL_FUNCTION, 430 __ InvokeFunction(edi, actual, CALL_FUNCTION, 628 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION); 739 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION); 763 __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION); 815 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION); 866 __ InvokeFunction(edi, actual, CALL_FUNCTION, [all...] |
full-codegen-ia32.cc | [all...] |
macro-assembler-ia32.cc | [all...] |
lithium-codegen-ia32.cc | [all...] |
code-stubs-ia32.cc | [all...] |
/external/v8/src/mips/ |
builtins-mips.cc | 689 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION); [all...] |
full-codegen-mips.cc | [all...] |
lithium-codegen-mips.cc | [all...] |
macro-assembler-mips.cc | [all...] |
code-stubs-mips.cc | [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 325 CALL_FUNCTION, NullCallWrapper(), CALL_AS_METHOD); 328 __ InvokeFunction(rdi, actual, CALL_FUNCTION, 493 __ InvokeFunction(rdi, actual, CALL_FUNCTION, 698 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION); 820 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION); 841 __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION); 892 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION); [all...] |
full-codegen-x64.cc | 920 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION); [all...] |
lithium-codegen-x64.cc | [all...] |
macro-assembler-x64.cc | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_toIR.c | 259 call_function(IRExpr *callee_address) function [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | [all...] |