Home
last modified time | relevance | path

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

12

/external/v8/src/x87/
Dmacro-assembler-x87.cc999 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc1244 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
3978 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
Dbuiltins-x87.cc126 __ AssertUndefinedOrAllocationSite(ebx); in Generate_JSConstructStubHelper() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1052 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc1535 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
4300 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
Dbuiltins-ia32.cc126 __ AssertUndefinedOrAllocationSite(ebx); in Generate_JSConstructStubHelper() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc3219 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc1881 __ AssertUndefinedOrAllocationSite(r2, r5); in Generate() local
4185 __ AssertUndefinedOrAllocationSite(r2, r4); in Generate() local
Dbuiltins-arm.cc531 __ AssertUndefinedOrAllocationSite(r2, r4); in Generate_JSConstructStubHelper() local
/external/v8/src/arm64/
Dcode-stubs-arm64.cc2111 __ AssertUndefinedOrAllocationSite(x2, x5); in Generate() local
4434 __ AssertUndefinedOrAllocationSite(allocation_site, x10); in Generate() local
Dbuiltins-arm64.cc525 __ AssertUndefinedOrAllocationSite(allocation_site, x10); in Generate_JSConstructStubHelper() local
Dmacro-assembler-arm64.cc1670 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dcode-stubs-mips64.cc2009 __ AssertUndefinedOrAllocationSite(a2, a5); in Generate() local
4378 __ AssertUndefinedOrAllocationSite(a2, a4); in Generate() local
Dbuiltins-mips64.cc525 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_JSConstructStubHelper() local
/external/v8/src/mips/
Dcode-stubs-mips.cc1999 __ AssertUndefinedOrAllocationSite(a2, t1); in Generate() local
4366 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate() local
Dbuiltins-mips.cc532 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_JSConstructStubHelper() local
/external/v8/src/x64/
Dcode-stubs-x64.cc1419 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
4031 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
Dbuiltins-x64.cc128 __ AssertUndefinedOrAllocationSite(rbx); in Generate_JSConstructStubHelper() local
Dmacro-assembler-x64.cc3988 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dcode-stubs-s390.cc1960 __ AssertUndefinedOrAllocationSite(r4, r7); in Generate() local
4261 __ AssertUndefinedOrAllocationSite(r4, r6); in Generate() local
Dbuiltins-s390.cc523 __ AssertUndefinedOrAllocationSite(r4, r6); in Generate_JSConstructStubHelper() local
Dmacro-assembler-s390.cc2974 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1956 __ AssertUndefinedOrAllocationSite(r5, r8); in Generate() local
4329 __ AssertUndefinedOrAllocationSite(r5, r7); in Generate() local
Dmacro-assembler-ppc.cc3121 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dbuiltins-ppc.cc542 __ AssertUndefinedOrAllocationSite(r5, r7); in Generate_JSConstructStubHelper() local

12