/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 567 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 598 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 616 __ CheckAccessGlobalProxy(reg, scratch2, temps.AcquireX(), miss); in CheckPrototypes() local 649 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 566 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local 603 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 575 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 613 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 568 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local 605 __ CheckAccessGlobalProxy(reg, scratch1, scratch2, miss); in CheckPrototypes() local
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 579 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 611 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 573 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 611 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 583 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-ia32.cc | 1182 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 553 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-x87.cc | 1145 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1127 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-x64.cc | 4143 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 670 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-arm.cc | 1532 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 435 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-mips.cc | 414 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 456 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-mips64.cc | 418 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1595 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-arm64.cc | 4060 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|