Home
last modified time | relevance | path

Searched defs:AssertUndefinedOrAllocationSite (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/arm64/
Dcode-stubs-arm64.cc1902 __ AssertUndefinedOrAllocationSite(x2, x5); in Generate() local
3146 __ AssertUndefinedOrAllocationSite(allocation_site, x10); in Generate() local
Dmacro-assembler-arm64.cc1663 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dcode-stubs-arm.cc1690 __ AssertUndefinedOrAllocationSite(r2, r5); in Generate() local
2907 __ AssertUndefinedOrAllocationSite(r2, r4); in Generate() local
Dmacro-assembler-arm.cc2975 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1834 __ AssertUndefinedOrAllocationSite(a2, a5); in Generate() local
3116 __ AssertUndefinedOrAllocationSite(a2, a4); in Generate() local
/external/v8/src/mips/
Dcode-stubs-mips.cc1829 __ AssertUndefinedOrAllocationSite(a2, t1); in Generate() local
3108 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate() local
Dmacro-assembler-mips.cc5712 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1790 __ AssertUndefinedOrAllocationSite(r5, r8); in Generate() local
3067 __ AssertUndefinedOrAllocationSite(r5, r7); in Generate() local
Dmacro-assembler-ppc.cc2746 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dcode-stubs-x64.cc1235 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
2816 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
Dmacro-assembler-x64.cc3984 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dcode-stubs-s390.cc1794 __ AssertUndefinedOrAllocationSite(r4, r7); in Generate() local
3026 __ AssertUndefinedOrAllocationSite(r4, r6); in Generate() local
Dmacro-assembler-s390.cc2529 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1339 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
2843 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
Dmacro-assembler-ia32.cc978 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/x87/
Dmacro-assembler-x87.cc925 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc1172 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
2851 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1242 __ AssertUndefinedOrAllocationSite(r2, r5); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1254 __ AssertUndefinedOrAllocationSite(x2, x6); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc880 __ AssertUndefinedOrAllocationSite(rbx); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1263 __ AssertUndefinedOrAllocationSite(r5, r8); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1251 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1242 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1268 __ AssertUndefinedOrAllocationSite(r4, r7); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc908 __ AssertUndefinedOrAllocationSite(ebx); in Generate_InterpreterPushArgsAndConstructImpl() local

12