Searched defs:kInstrSize (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
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 Dconstants-arm.h513 kInstrSize = 4, enumerator in enum:v8::internal::Instruction::__anon13452
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...]
/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.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 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 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...]

Completed in 122 milliseconds