Searched refs:kInstrSize (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h215 Memory::Address_at(pc_ + Assembler::kInstrSize *
222 Memory::Address_at(pc_ + Assembler::kInstrSize *
233 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize);
240 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target;
262 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
277 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
395 pc_ += kInstrSize;
407 ASSERT(IsMovT(Memory::int32_at(pc + kInstrSize)));
409 Instruction* next_instr = Instruction::At(pc + kInstrSize);
431 Address candidate = pc - 2 * Assembler::kInstrSize;
[all...]
H A Dcode-stubs-arm.h295 Assembler::kInstrSize);
321 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
329 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
333 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
H A Ddeoptimizer-arm.cc43 return kCallInstructionSizeInWords * Assembler::kInstrSize;
69 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
70 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
H A Dassembler-arm.h806 static const int kInstrSize = sizeof(Instr); member in class:v8::internal::Assembler
813 static const int kPatchReturnSequenceAddressOffset = 0 * kInstrSize;
820 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
822 static const int kPatchDebugBreakSlotReturnOffset = 2 * kInstrSize;
831 kDebugBreakSlotInstructions * kInstrSize;
1308 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1436 static const int kMaxNumPending32RelocInfo = kMaxDistToIntPool/kInstrSize;
1437 static const int kMaxNumPending64RelocInfo = kMaxDistToFPPool/kInstrSize;
1477 int start = pc_offset() + kInstrSize + 2 * kPointerSize;
1524 static const int kCheckPoolInterval = kCheckPoolIntervalInst * kInstrSize;
[all...]
H A Dsimulator-arm.cc110 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
128 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
142 + Instruction::kInstrSize);
153 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
439 end = cur + (10 * Instruction::kInstrSize);
448 end = cur + (10 * Instruction::kInstrSize);
456 end = cur + (value * Instruction::kInstrSize);
464 end = cur + (value2 * Instruction::kInstrSize);
507 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
510 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
721 Instruction::kInstrSize) == 0); member in class:v8::internal::Instruction
1918 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
3658 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
/external/v8/src/arm/
H A Dassembler-arm-inl.h170 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize);
177 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target;
199 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
328 pc_ += kInstrSize;
340 target_pc -= kInstrSize;
348 target_pc -= kInstrSize;
H A Ddeoptimizer-arm.cc43 return kCallInstructionSizeInWords * Assembler::kInstrSize;
74 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
75 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
119 const int kInstrSize = Assembler::kInstrSize; local
125 ASSERT(Memory::int32_at(pc_after - kInstrSize) == kBlxIp);
127 Assembler::instr_at(pc_after - 2 * kInstrSize)));
130 Memory::int32_at(pc_after - 3 * kInstrSize));
133 Memory::int32_at(pc_after - 3 * kInstrSize));
145 CodePatcher patcher(pc_after - 3 * kInstrSize,
167 const int kInstrSize = Assembler::kInstrSize; local
[all...]
H A Dassembler-arm.h703 static const int kInstrSize = sizeof(Instr); member in class:v8::internal::Assembler
712 static const int kCallTargetAddressOffset = 2 * kInstrSize;
718 static const int kCallTargetAddressOffset = kInstrSize;
727 static const int kPatchReturnSequenceAddressOffset = 0 * kInstrSize;
732 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
741 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
746 static const int kPatchDebugBreakSlotAddressOffset = kInstrSize;
756 kDebugBreakSlotInstructions * kInstrSize;
1174 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1273 static const int kMaxNumPendingRelocInfo = kMaxDistToPool/kInstrSize;
[all...]
H A Dsimulator-arm.cc109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
141 + Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
438 end = cur + (10 * Instruction::kInstrSize);
447 end = cur + (10 * Instruction::kInstrSize);
455 end = cur + (value * Instruction::kInstrSize);
463 end = cur + (value2 * Instruction::kInstrSize);
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
720 Instruction::kInstrSize) == 0); member in class:v8::internal::Instruction
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dcode-stubs-arm.h500 Assembler::kInstrSize);
526 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
534 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
538 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
H A Dconstants-arm.h513 kInstrSize = 4, enumerator in enum:v8::internal::Instruction::__anon27262
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc41 return kCallInstructionSizeInWords * Assembler::kInstrSize;
72 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
73 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
119 const int kInstrSize = Assembler::kInstrSize; local
130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
133 CodePatcher patcher(pc_after - 6 * kInstrSize, 1);
139 Assembler::target_address_at(pc_after - 4 * kInstrSize)) ==
141 Assembler::set_target_address_at(pc_after - 4 * kInstrSize,
154 unoptimized_code, pc_after - 4 * kInstrSize, replacement_cod
163 const int kInstrSize = Assembler::kInstrSize; local
[all...]
H A Dassembler-mips-inl.h139 pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
265 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
366 pc_ += kInstrSize;
H A Dsimulator-mips.cc130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
164 Instruction::kInstrSize);
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
555 end = cur + (10 * Instruction::kInstrSize);
564 end = cur + (10 * Instruction::kInstrSize);
572 end = cur + (value * Instruction::kInstrSize);
580 end = cur + (value2 * Instruction::kInstrSize);
588 cur += Instruction::kInstrSize;
616 2 * Instruction::kInstrSize;
867 Instruction::kInstrSize) == 0); member in class:v8::internal::Instruction
1599 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dconstants-mips.h595 kInstrSize = 4,
783 const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize;
785 const int kJSArgsSlotsSize = 0 * Instruction::kInstrSize;
787 const int kBArgsSlotsSize = 0 * Instruction::kInstrSize;
789 const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
H A Dassembler-mips.cc197 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
679 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
680 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
731 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
732 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
740 instr_at_put(pos + 0 * Assembler::kInstrSize,
742 instr_at_put(pos + 1 * Assembler::kInstrSize,
840 return ((pc_offset() - L->pos()) < kMaxBranchOffset - 4 * kInstrSize);
1131 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize);
1152 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize);
2060 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local
[all...]
H A Dassembler-mips.h581 instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
593 static const int kInstrSize = sizeof(Instr); member in class:v8::internal::Assembler
617 static const int kCallTargetAddressOffset = 4 * kInstrSize;
625 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
636 kDebugBreakSlotInstructions * kInstrSize;
864 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1105 static const int kCheckConstInterval = kCheckConstIntervalInst * kInstrSize;
1205 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1208 // label_count * kInstrSize.
1260 static const int kTrampolineSlotsSize = 4 * kInstrSize;
[all...]
H A Dcode-stubs-mips.h515 2 * Assembler::kInstrSize);
541 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
549 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
553 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h155 pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
263 Assembler::target_address_at(pc_ + Assembler::kInstrSize));
269 Assembler::set_target_address_at(pc_ + Assembler::kInstrSize,
307 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
327 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
328 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
420 pc_ += kInstrSize;
H A Dsimulator-mips.cc130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
164 Instruction::kInstrSize);
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
555 end = cur + (10 * Instruction::kInstrSize);
564 end = cur + (10 * Instruction::kInstrSize);
572 end = cur + (value * Instruction::kInstrSize);
580 end = cur + (value2 * Instruction::kInstrSize);
588 cur += Instruction::kInstrSize;
616 2 * Instruction::kInstrSize;
867 Instruction::kInstrSize) == 0); member in class:v8::internal::Instruction
1639 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dconstants-mips.h606 kInstrSize = 4,
798 const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize;
800 const int kJSArgsSlotsSize = 0 * Instruction::kInstrSize;
802 const int kBArgsSlotsSize = 0 * Instruction::kInstrSize;
804 const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
H A Dassembler-mips.cc225 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
673 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
674 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
725 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
726 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
734 instr_at_put(pos + 0 * Assembler::kInstrSize,
736 instr_at_put(pos + 1 * Assembler::kInstrSize,
835 return ((pc_offset() - L->pos()) < kMaxBranchOffset - 4 * kInstrSize);
1136 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize);
1158 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize);
2082 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local
[all...]
H A Dcode-stubs-mips.h311 2 * Assembler::kInstrSize);
337 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
345 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
349 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
H A Ddeoptimizer-mips.cc42 return kCallInstructionSizeInWords * Assembler::kInstrSize;
65 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
66 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
328 const int Deoptimizer::table_entry_size_ = 7 * Assembler::kInstrSize;
H A Dassembler-mips.h536 instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
541 static const int kInstrSize = sizeof(Instr); member in class:v8::internal::Assembler
565 static const int kCallTargetAddressOffset = 4 * kInstrSize;
573 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
579 static const int kPatchDebugBreakSlotReturnOffset = 4 * kInstrSize;
586 kDebugBreakSlotInstructions * kInstrSize;
821 return SizeOfCodeGeneratedSince(label) / kInstrSize;
1054 static const int kCheckConstInterval = kCheckConstIntervalInst * kInstrSize;
1161 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1164 // label_count * kInstrSize
[all...]

Completed in 327 milliseconds

123