/external/chromium_org/v8/src/x64/ |
D | stub-cache-x64.cc | 790 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 825 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
D | macro-assembler-x64.h | 1127 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-x64.cc | 4181 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/arm64/ |
D | stub-cache-arm64.cc | 842 __ CheckAccessGlobalProxy(reg, scratch2, temps.AcquireX(), miss); in CheckPrototypes() local 879 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
D | macro-assembler-arm64.h | 1584 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-arm64.cc | 3976 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/x87/ |
D | stub-cache-x87.cc | 833 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local 874 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
D | macro-assembler-x87.h | 554 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-x87.cc | 1109 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/ia32/ |
D | stub-cache-ia32.cc | 834 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local 875 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
D | macro-assembler-ia32.h | 575 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-ia32.cc | 1216 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/arm/ |
D | stub-cache-arm.cc | 886 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 922 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
D | macro-assembler-arm.h | 659 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-arm.cc | 1569 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/chromium_org/v8/src/mips/ |
D | stub-cache-mips.cc | 878 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 914 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
D | macro-assembler-mips.h | 428 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-mips.cc | 438 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|