Home
last modified time | relevance | path

Searched refs:InvokeCode (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.h276 void InvokeCode(Register code, in InvokeCode() function
282 InvokeCode(Operand(code), expected, actual, flag, call_wrapper, call_kind); in InvokeCode()
285 void InvokeCode(const Operand& code,
292 void InvokeCode(Handle<Code> code,
Dmacro-assembler-ia32.cc1990 void MacroAssembler::InvokeCode(const Operand& code, in InvokeCode() function in v8::internal::MacroAssembler
2020 void MacroAssembler::InvokeCode(Handle<Code> code, in InvokeCode() function in v8::internal::MacroAssembler
2066 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset), in InvokeFunction()
2087 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset), in InvokeFunction()
2103 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset), in InvokeBuiltin()
Dbuiltins-ia32.cc319 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET, in Generate_JSConstructStubHelper() local
725 __ InvokeCode(edx, expected, expected, JUMP_FUNCTION, NullCallWrapper(), in Generate_FunctionCall() local
Dstub-cache-ia32.cc2430 __ InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset), in CompileCallGlobal() local
/external/v8/src/x64/
Dmacro-assembler-x64.h337 void InvokeCode(Register code,
344 void InvokeCode(Handle<Code> code,
Dbuiltins-x64.cc324 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET, in Generate_JSConstructStubHelper() local
795 __ InvokeCode(rdx, expected, expected, JUMP_FUNCTION, in Generate_FunctionCall() local
Dmacro-assembler-x64.cc780 InvokeCode(rdx, expected, expected, flag, call_wrapper, CALL_AS_METHOD); in InvokeBuiltin()
3021 void MacroAssembler::InvokeCode(Register code, in InvokeCode() function in v8::internal::MacroAssembler
3058 void MacroAssembler::InvokeCode(Handle<Code> code, in InvokeCode() function in v8::internal::MacroAssembler
3115 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
3136 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
Dstub-cache-x64.cc2262 __ InvokeCode(rdx, expected, arguments(), JUMP_FUNCTION, in CompileCallGlobal() local
/external/v8/src/arm/
Dmacro-assembler-arm.h533 void InvokeCode(Register code,
540 void InvokeCode(Handle<Code> code,
Dbuiltins-arm.cc973 __ InvokeCode(code, expected, expected, in Generate_JSConstructStubHelper() local
1466 __ InvokeCode(r3, expected, expected, JUMP_FUNCTION, in Generate_FunctionCall() local
Dmacro-assembler-arm.cc1036 void MacroAssembler::InvokeCode(Register code, in InvokeCode() function in v8::internal::MacroAssembler
1069 void MacroAssembler::InvokeCode(Handle<Code> code, in InvokeCode() function in v8::internal::MacroAssembler
1123 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
1144 InvokeCode(r3, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
Dstub-cache-arm.cc2517 __ InvokeCode(r3, expected, arguments(), JUMP_FUNCTION, in CompileCallGlobal() local
/external/v8/src/mips/
Dmacro-assembler-mips.h847 void InvokeCode(Register code,
854 void InvokeCode(Handle<Code> code,
Dbuiltins-mips.cc1005 __ InvokeCode(code, expected, expected, in Generate_JSConstructStubHelper() local
1492 __ InvokeCode(a3, expected, expected, JUMP_FUNCTION, in Generate_FunctionCall() local
Dmacro-assembler-mips.cc3685 void MacroAssembler::InvokeCode(Register code, in InvokeCode() function in v8::internal::MacroAssembler
3718 void MacroAssembler::InvokeCode(Handle<Code> code, in InvokeCode() function in v8::internal::MacroAssembler
3770 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
3791 InvokeCode(a3, expected, actual, flag, call_wrapper, call_kind); in InvokeFunction()
Dstub-cache-mips.cc2512 __ InvokeCode(a3, expected, arguments(), JUMP_FUNCTION, in CompileCallGlobal() local