Searched refs:slot_index (Results 26 - 40 of 40) sorted by relevance

12

/external/v8/src/x64/
H A Dlithium-x64.cc308 stream->Add("[%d]", slot_index());
314 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-x64.cc2132 __ movq(result, ContextOperand(context, instr->slot_index()));
2151 Operand target = ContextOperand(context, instr->slot_index());
2168 int offset = Context::SlotOffset(instr->slot_index());
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc277 stream->Add("[%d]", slot_index());
283 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-arm.cc3005 __ ldr(result, ContextOperand(context, instr->slot_index()));
3022 MemOperand target = ContextOperand(context, instr->slot_index());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3153 stream->Add("[%d]", slot_index());
3159 stream->Add("[%d] = ", slot_index());
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc307 stream->Add("[%d]", slot_index());
313 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-ia32.cc3091 __ mov(result, ContextOperand(context, instr->slot_index()));
3113 Operand target = ContextOperand(context, instr->slot_index());
3129 int offset = Context::SlotOffset(instr->slot_index());
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc282 stream->Add("[%d]", slot_index());
288 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-mips.cc2877 __ lw(result, ContextOperand(context, instr->slot_index()));
2897 MemOperand target = ContextOperand(context, instr->slot_index());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc280 stream->Add("[%d]", slot_index());
286 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-x64.cc2712 __ movq(result, ContextOperand(context, instr->slot_index()));
2731 Operand target = ContextOperand(context, instr->slot_index());
2748 int offset = Context::SlotOffset(instr->slot_index());
/external/v8/src/ia32/
H A Dlithium-ia32.cc309 stream->Add("[%d]", slot_index());
315 stream->Add("[%d] <- ", slot_index());
H A Dlithium-codegen-ia32.cc2163 __ mov(result, ContextOperand(context, instr->slot_index()));
2185 Operand target = ContextOperand(context, instr->slot_index());
2201 int offset = Context::SlotOffset(instr->slot_index());
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc2375 __ ldr(result, ContextOperand(context, instr->slot_index()));
2392 MemOperand target = ContextOperand(context, instr->slot_index());
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc2250 __ lw(result, ContextOperand(context, instr->slot_index()));
2270 MemOperand target = ContextOperand(context, instr->slot_index());

Completed in 440 milliseconds

12