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.cc984 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-x87.cc1230 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
3379 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1037 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
Dcode-stubs-ia32.cc1395 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
3571 __ AssertUndefinedOrAllocationSite(ebx); in Generate() local
/external/v8/src/arm/
Dcode-stubs-arm.cc1746 __ AssertUndefinedOrAllocationSite(r2, r5); in Generate() local
3544 __ AssertUndefinedOrAllocationSite(r2, r4); in Generate() local
Dmacro-assembler-arm.cc3092 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1958 __ AssertUndefinedOrAllocationSite(x2, x5); in Generate() local
3759 __ 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/x64/
Dcode-stubs-x64.cc1283 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
3384 __ AssertUndefinedOrAllocationSite(rbx); in Generate() local
Dmacro-assembler-x64.cc4042 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object) { in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1887 __ AssertUndefinedOrAllocationSite(a2, a5); in Generate() local
3746 __ AssertUndefinedOrAllocationSite(a2, a4); in Generate() local
/external/v8/src/mips/
Dcode-stubs-mips.cc1881 __ AssertUndefinedOrAllocationSite(a2, t1); in Generate() local
3743 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate() local
/external/v8/src/s390/
Dcode-stubs-s390.cc1847 __ AssertUndefinedOrAllocationSite(r4, r7); in Generate() local
3654 __ AssertUndefinedOrAllocationSite(r4, r6); in Generate() local
Dmacro-assembler-s390.cc2724 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1846 __ AssertUndefinedOrAllocationSite(r5, r8); in Generate() local
3710 __ AssertUndefinedOrAllocationSite(r5, r7); in Generate() local
Dmacro-assembler-ppc.cc2968 void MacroAssembler::AssertUndefinedOrAllocationSite(Register object, in AssertUndefinedOrAllocationSite() function in v8::internal::MacroAssembler
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1257 __ AssertUndefinedOrAllocationSite(x2, x6); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1243 __ AssertUndefinedOrAllocationSite(r2, r5); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1275 __ AssertUndefinedOrAllocationSite(r4, r7); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1243 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc911 __ AssertUndefinedOrAllocationSite(ebx); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1271 __ AssertUndefinedOrAllocationSite(r5, r8); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1235 __ AssertUndefinedOrAllocationSite(a2, t0); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc889 __ AssertUndefinedOrAllocationSite(rbx); in Generate_InterpreterPushArgsAndConstructImpl() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc910 __ AssertUndefinedOrAllocationSite(ebx); in Generate_InterpreterPushArgsAndConstructImpl() local

12