Searched refs:InvokeCode (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h276 void InvokeCode(Register code, function in class:v8::internal::MacroAssembler
282 InvokeCode(Operand(code), expected, actual, flag, call_wrapper, call_kind);
285 void InvokeCode(const Operand& code,
292 void InvokeCode(Handle<Code> code,
H A Dmacro-assembler-ia32.cc1990 void MacroAssembler::InvokeCode(const Operand& code, function in class:v8::MacroAssembler
2020 void MacroAssembler::InvokeCode(Handle<Code> code, function in class:v8::MacroAssembler
2066 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
2087 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
2103 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
H A Dbuiltins-ia32.cc319 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET,
725 __ InvokeCode(edx, expected, expected, JUMP_FUNCTION, NullCallWrapper(),
H A Dstub-cache-ia32.cc2430 __ InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h320 void InvokeCode(Register code, function in class:v8::internal::MacroAssembler
326 InvokeCode(Operand(code), expected, actual, flag, call_wrapper, call_kind);
329 void InvokeCode(const Operand& code,
336 void InvokeCode(Handle<Code> code,
H A Dmacro-assembler-ia32.cc2552 void MacroAssembler::InvokeCode(const Operand& code, function in class:v8::internal::MacroAssembler
2582 void MacroAssembler::InvokeCode(Handle<Code> code, function in class:v8::internal::MacroAssembler
2628 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
2645 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
2672 InvokeCode(FieldOperand(edi, JSFunction::kCodeEntryOffset),
H A Dbuiltins-ia32.cc373 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET,
848 __ InvokeCode(edx, expected, expected, JUMP_FUNCTION, NullCallWrapper(),
/external/v8/src/x64/
H A Dmacro-assembler-x64.h337 void InvokeCode(Register code,
344 void InvokeCode(Handle<Code> code,
H A Dbuiltins-x64.cc324 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET,
795 __ InvokeCode(rdx, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-x64.cc780 InvokeCode(rdx, expected, expected, flag, call_wrapper, CALL_AS_METHOD);
3021 void MacroAssembler::InvokeCode(Register code, function in class:v8::internal::MacroAssembler
3058 void MacroAssembler::InvokeCode(Handle<Code> code, function in class:v8::internal::MacroAssembler
3115 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind);
3136 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind);
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h594 void InvokeCode(Register code,
601 void InvokeCode(Handle<Code> code,
H A Dbuiltins-arm.cc612 __ InvokeCode(code, expected, expected,
1185 __ InvokeCode(r3, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-arm.cc1140 void MacroAssembler::InvokeCode(Register code,
1173 void MacroAssembler::InvokeCode(Handle<Code> code,
1227 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind);
1250 InvokeCode(r3, expected, actual, flag, call_wrapper, call_kind);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h351 void InvokeCode(Register code,
358 void InvokeCode(Handle<Code> code,
H A Dbuiltins-x64.cc378 __ InvokeCode(code, expected, expected, RelocInfo::CODE_TARGET,
911 __ InvokeCode(rdx, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-x64.cc851 InvokeCode(rdx, expected, expected, flag, call_wrapper, CALL_AS_METHOD);
3489 void MacroAssembler::InvokeCode(Register code, function in class:v8::internal::MacroAssembler
3526 void MacroAssembler::InvokeCode(Handle<Code> code, function in class:v8::internal::MacroAssembler
3583 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind);
3602 InvokeCode(rdx, expected, actual, flag, call_wrapper, call_kind);
/external/v8/src/arm/
H A Dmacro-assembler-arm.h533 void InvokeCode(Register code,
540 void InvokeCode(Handle<Code> code,
H A Dbuiltins-arm.cc973 __ InvokeCode(code, expected, expected,
1466 __ InvokeCode(r3, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-arm.cc1036 void MacroAssembler::InvokeCode(Register code,
1069 void MacroAssembler::InvokeCode(Handle<Code> code,
1123 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind);
1144 InvokeCode(r3, expected, actual, flag, call_wrapper, call_kind);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h847 void InvokeCode(Register code,
854 void InvokeCode(Handle<Code> code,
H A Dbuiltins-mips.cc1005 __ InvokeCode(code, expected, expected,
1492 __ InvokeCode(a3, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-mips.cc3685 void MacroAssembler::InvokeCode(Register code,
3718 void MacroAssembler::InvokeCode(Handle<Code> code,
3770 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind);
3791 InvokeCode(a3, expected, actual, flag, call_wrapper, call_kind);
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc634 __ InvokeCode(code, expected, expected,
1210 __ InvokeCode(a3, expected, expected, JUMP_FUNCTION,
H A Dmacro-assembler-mips.h898 void InvokeCode(Register code,
905 void InvokeCode(Handle<Code> code,
H A Dmacro-assembler-mips.cc3641 void MacroAssembler::InvokeCode(Register code, function in class:v8::MacroAssembler
3674 void MacroAssembler::InvokeCode(Handle<Code> code, function in class:v8::MacroAssembler
3726 InvokeCode(code_reg, expected, actual, flag, call_wrapper, call_kind);
3749 InvokeCode(a3, expected, actual, flag, call_wrapper, call_kind);

Completed in 280 milliseconds

12