/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 511 void CheckAccessGlobalProxy(Register holder_reg,
|
D | stub-cache-ia32.cc | 756 __ CheckAccessGlobalProxy(receiver_reg, scratch, miss_label); in GenerateStoreField() local 937 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 970 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local 2488 __ CheckAccessGlobalProxy(edx, ebx, &miss); in CompileStoreCallback() local 2534 __ CheckAccessGlobalProxy(edx, ebx, &miss); in CompileStoreInterceptor() local
|
D | macro-assembler-ia32.cc | 909 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 740 __ CheckAccessGlobalProxy(receiver_reg, scratch, miss_label); in GenerateStoreField() local 911 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 944 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local 2318 __ CheckAccessGlobalProxy(rdx, rbx, &miss); in CompileStoreCallback() local 2364 __ CheckAccessGlobalProxy(rdx, rbx, &miss); in CompileStoreInterceptor() local
|
D | macro-assembler-x64.h | 987 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-x64.cc | 3370 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 453 __ CheckAccessGlobalProxy(receiver_reg, scratch, miss_label); in GenerateStoreField() local 1093 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 1125 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local 2570 __ CheckAccessGlobalProxy(r1, r3, &miss); in CompileStoreCallback() local 2614 __ CheckAccessGlobalProxy(r1, r3, &miss); in CompileStoreInterceptor() local
|
D | macro-assembler-arm.h | 604 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-arm.cc | 1324 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 439 __ CheckAccessGlobalProxy(receiver_reg, scratch, miss_label); in GenerateStoreField() local 1095 __ CheckAccessGlobalProxy(reg, scratch2, miss); in CheckPrototypes() local 1127 __ CheckAccessGlobalProxy(reg, scratch1, miss); in CheckPrototypes() local 2567 __ CheckAccessGlobalProxy(a1, a3, &miss); in CompileStoreCallback() local 2611 __ CheckAccessGlobalProxy(a1, a3, &miss); in CompileStoreInterceptor() local
|
D | macro-assembler-mips.h | 420 void CheckAccessGlobalProxy(Register holder_reg,
|
D | macro-assembler-mips.cc | 347 void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, in CheckAccessGlobalProxy() function in v8::internal::MacroAssembler
|