Searched refs:ContextOperand (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc235 MemOperand target = ContextOperand(cp, var->index());
729 return ContextOperand(scratch, var->index());
834 __ sw(at, ContextOperand(cp, variable->index()));
894 __ sw(result_register(), ContextOperand(cp, variable->index()));
933 __ lw(a1, ContextOperand(a1, variable->interface()->Index()));
934 __ lw(a1, ContextOperand(a1, Context::EXTENSION_INDEX));
937 __ sw(a1, ContextOperand(cp, variable->index()));
1375 __ lw(temp, ContextOperand(current, Context::EXTENSION_INDEX));
1379 __ lw(next, ContextOperand(current, Context::PREVIOUS_INDEX));
1400 __ lw(temp, ContextOperand(nex
[all...]
H A Dbuiltins-mips.cc1151 __ lw(a2, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
1336 __ lw(a0, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
H A Dmacro-assembler-mips.h100 inline MemOperand ContextOperand(Register context, int index) { function in namespace:v8::internal
106 return ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-mips.cc228 MemOperand target = ContextOperand(cp, var->index());
2945 __ lw(result, ContextOperand(context, instr->slot_index()));
2965 MemOperand target = ContextOperand(context, instr->slot_index());
3436 ContextOperand(result, Context::GLOBAL_OBJECT_INDEX));
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc232 MemOperand target = ContextOperand(cp, var->index());
725 return ContextOperand(scratch, var->index());
830 __ sd(at, ContextOperand(cp, variable->index()));
890 __ sd(result_register(), ContextOperand(cp, variable->index()));
928 __ ld(a1, ContextOperand(a1, variable->interface()->Index()));
929 __ ld(a1, ContextOperand(a1, Context::EXTENSION_INDEX));
932 __ sd(a1, ContextOperand(cp, variable->index()));
1370 __ ld(temp, ContextOperand(current, Context::EXTENSION_INDEX));
1374 __ ld(next, ContextOperand(current, Context::PREVIOUS_INDEX));
1395 __ ld(temp, ContextOperand(nex
[all...]
H A Dbuiltins-mips64.cc1164 __ ld(a2, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
1350 __ ld(a0, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
H A Dmacro-assembler-mips64.h106 inline MemOperand ContextOperand(Register context, int index) { function in namespace:v8::internal
112 return ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-mips64.cc203 MemOperand target = ContextOperand(cp, var->index());
2914 __ ld(result, ContextOperand(context, instr->slot_index()));
2934 MemOperand target = ContextOperand(context, instr->slot_index());
3465 ContextOperand(result, Context::GLOBAL_OBJECT_INDEX));
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc226 MemOperand target = ContextOperand(cp, var->index());
738 return ContextOperand(scratch, var->index());
843 __ str(ip, ContextOperand(cp, variable->index()));
902 __ str(result_register(), ContextOperand(cp, variable->index()));
941 __ ldr(r1, ContextOperand(r1, variable->interface()->Index()));
942 __ ldr(r1, ContextOperand(r1, Context::EXTENSION_INDEX));
945 __ str(r1, ContextOperand(cp, variable->index()));
1389 __ ldr(temp, ContextOperand(current, Context::EXTENSION_INDEX));
1394 __ ldr(next, ContextOperand(current, Context::PREVIOUS_INDEX));
1416 __ ldr(temp, ContextOperand(nex
[all...]
H A Dbuiltins-arm.cc1131 __ ldr(r2, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
1319 __ ldr(r0, ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX));
H A Dmacro-assembler-arm.h1601 inline MemOperand ContextOperand(Register context, int index) { function in namespace:v8::internal
1607 return ContextOperand(cp, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-arm.cc208 MemOperand target = ContextOperand(cp, var->index());
3051 __ ldr(result, ContextOperand(context, instr->slot_index()));
3068 MemOperand target = ContextOperand(context, instr->slot_index());
3524 ContextOperand(result, Context::GLOBAL_OBJECT_INDEX));
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc680 return ContextOperand(scratch, var->index());
778 __ mov(ContextOperand(esi, variable->index()),
837 __ mov(ContextOperand(esi, variable->index()), result_register());
869 __ mov(eax, ContextOperand(eax, variable->interface()->Index()));
870 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX));
873 __ mov(ContextOperand(esi, variable->index()), eax);
1300 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX),
1305 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX));
1329 __ cmp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0));
1332 __ mov(temp, ContextOperand(tem
[all...]
H A Dmacro-assembler-x87.h1043 inline Operand ContextOperand(Register context, int index) { function in namespace:v8::internal
1049 return ContextOperand(esi, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-x87.cc3175 __ mov(result, ContextOperand(context, instr->slot_index()));
3197 Operand target = ContextOperand(context, instr->slot_index());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc683 return ContextOperand(scratch, var->index());
781 __ mov(ContextOperand(esi, variable->index()),
840 __ mov(ContextOperand(esi, variable->index()), result_register());
876 __ mov(eax, ContextOperand(eax, variable->interface()->Index()));
877 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX));
880 __ mov(ContextOperand(esi, variable->index()), eax);
1311 __ cmp(ContextOperand(context, Context::EXTENSION_INDEX),
1316 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX));
1340 __ cmp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0));
1343 __ mov(temp, ContextOperand(tem
[all...]
H A Dmacro-assembler-ia32.h1075 inline Operand ContextOperand(Register context, int index) { function in namespace:v8::internal
1081 return ContextOperand(esi, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-ia32.cc2879 __ mov(result, ContextOperand(context, instr->slot_index()));
2901 Operand target = ContextOperand(context, instr->slot_index());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc705 return ContextOperand(scratch, var->index());
804 __ movp(ContextOperand(rsi, variable->index()), kScratchRegister);
862 __ movp(ContextOperand(rsi, variable->index()), result_register());
899 __ movp(rax, ContextOperand(rax, variable->interface()->Index()));
900 __ movp(rax, ContextOperand(rax, Context::EXTENSION_INDEX));
903 __ movp(ContextOperand(rsi, variable->index()), rax);
1345 __ cmpp(ContextOperand(context, Context::EXTENSION_INDEX),
1350 __ movp(temp, ContextOperand(context, Context::PREVIOUS_INDEX));
1375 __ cmpp(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0));
1378 __ movp(temp, ContextOperand(tem
[all...]
H A Dmacro-assembler-x64.h1602 inline Operand ContextOperand(Register context, int index) { function in namespace:v8::internal
1608 return ContextOperand(rsi, Context::GLOBAL_OBJECT_INDEX);
H A Dlithium-codegen-x64.cc2908 __ movp(result, ContextOperand(context, instr->slot_index()));
2927 Operand target = ContextOperand(context, instr->slot_index());

Completed in 2759 milliseconds