Home
last modified time | relevance | path

Searched refs:kInstrSize (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/arm/
Dassembler-arm-inl.h116 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize); in call_address()
124 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target; in set_call_address()
137 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize); in call_object_address()
151 && ((Assembler::instr_at(pc_ + Assembler::kInstrSize) & kLdrPCPattern) in IsPatchedReturnSequence()
213 pc_ += kInstrSize; in emit()
225 target_pc -= kInstrSize; in target_address_address_at()
Dassembler-thumb2-inl.h116 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize); in call_address()
124 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target; in set_call_address()
137 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize); in call_object_address()
151 && ((Assembler::instr_at(pc_ + Assembler::kInstrSize) & kLdrPCPattern) in IsPatchedReturnSequence()
213 pc_ += kInstrSize; in emit()
225 target_pc -= kInstrSize; in target_address_address_at()
Dassembler-arm.cc212 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
691 BlockConstPoolBefore(pc_offset() + kInstrSize); in addrmod1()
816 BlockConstPoolBefore(pc_offset() + kInstrSize); in branch_offset()
930 int pattern_size = 2 * kInstrSize; in add()
935 instr_at(pc_ - 1 * kInstrSize) == kPopInstruction && in add()
936 (instr_at(pc_ - 2 * kInstrSize) & ~RdMask) == kPushRegPattern) { in add()
937 pc_ -= 2 * kInstrSize; in add()
1129 int pattern_size = 2 * kInstrSize; in ldr()
1134 instr_at(pc_ - 1 * kInstrSize) == (kPopRegPattern | dst.code() * B12) && in ldr()
1135 instr_at(pc_ - 2 * kInstrSize) == (kPushRegPattern | dst.code() * B12)) { in ldr()
[all …]
Dassembler-thumb2.cc192 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
671 BlockConstPoolBefore(pc_offset() + kInstrSize); in addrmod1()
796 BlockConstPoolBefore(pc_offset() + kInstrSize); in branch_offset()
910 int pattern_size = 2 * kInstrSize; in add()
915 instr_at(pc_ - 1 * kInstrSize) == kPopInstruction && in add()
916 (instr_at(pc_ - 2 * kInstrSize) & ~RdMask) == kPushRegPattern) { in add()
917 pc_ -= 2 * kInstrSize; in add()
1109 int pattern_size = 2 * kInstrSize; in ldr()
1114 instr_at(pc_ - 1 * kInstrSize) == (kPopRegPattern | dst.code() * B12) && in ldr()
1115 instr_at(pc_ - 2 * kInstrSize) == (kPushRegPattern | dst.code() * B12)) { in ldr()
[all …]
Dassembler-arm.h590 static const int kInstrSize = sizeof(Instr); variable
594 static const int kCallTargetAddressOffset = kInstrSize;
598 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
876 return (pc_offset() - l->pos()) / kInstrSize; in InstructionsGeneratedSince()
966 static const int kCheckConstInterval = kCheckConstIntervalInst * kInstrSize;
995 static const int kMaxNumPRInfo = kMaxDistBetweenPools/kInstrSize;
Dassembler-thumb2.h590 static const int kInstrSize = sizeof(Instr); variable
594 static const int kCallTargetAddressOffset = kInstrSize;
598 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
876 return (pc_offset() - l->pos()) / kInstrSize; in InstructionsGeneratedSince()
966 static const int kCheckConstInterval = kCheckConstIntervalInst * kInstrSize;
995 static const int kMaxNumPRInfo = kMaxDistBetweenPools/kInstrSize;
Dsimulator-arm.cc118 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()
130 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()
297 end = cur + (10 * Instr::kInstrSize); in Debug()
303 end = cur + (10 * Instr::kInstrSize); in Debug()
310 end = cur + (value2 * Instr::kInstrSize); in Debug()
317 cur += Instr::kInstrSize; in Debug()
351 intptr_t stop_pc = sim_->get_pc() - Instr::kInstrSize; in Debug()
1564 set_register(lr, old_pc + Instr::kInstrSize); in DecodeType01()
1834 set_register(lr, pc_address + Instr::kInstrSize); in DecodeType5()
2165 set_register(pc, reinterpret_cast<int32_t>(instr) + Instr::kInstrSize); in InstructionDecode()
Dconstants-arm.h203 kInstrSize = 4, enumerator
Dregexp-macro-assembler-arm.cc886 masm_->BlockConstPoolBefore(masm_->pc_offset() + Assembler::kInstrSize); in PushBacktrack()
892 masm_->pc_offset() + 2 * Assembler::kInstrSize); in PushBacktrack()
893 __ mov(r0, Operand(pc_offset_of_constant + Assembler::kInstrSize)); in PushBacktrack()
1152 masm_->pc_offset() + kBacktrackConstantPoolSize * Assembler::kInstrSize); in EmitBacktrackConstantPool()
Ddisasm-arm.cc1072 return Instr::kInstrSize; in InstructionDecode()
1110 return Instr::kInstrSize; in InstructionDecode()
Dvirtual-frame-arm.cc170 masm()->add(lr, pc, Operand(Assembler::kInstrSize)); in AllocateStackSlots()
Dmacro-assembler-arm.cc129 ASSERT(kCallTargetAddressOffset == kInstrSize); in Call()
187 BlockConstPoolBefore(pc_offset() + (targets.length() + 1) * kInstrSize); in SmiJumpTable()
1446 size_(instructions * Assembler::kInstrSize), in CodePatcher()
Dfull-codegen-arm.cc149 __ add(lr, pc, Operand(Assembler::kInstrSize)); in Generate()
Dcodegen-arm.cc1152 masm_->add(lr, pc, Operand(Assembler::kInstrSize)); in CheckStack()
/external/v8/src/mips/
Dassembler-mips-inl.h154 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize); in call_address()
162 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target; in set_call_address()
175 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize); in call_object_address()
209 pc_ += kInstrSize; in emit()
Dassembler-mips.h324 static const int kInstrSize = sizeof(Instr); variable
352 static const int kCallTargetAddressOffset = 4 * kInstrSize;
356 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
507 return (pc_offset() - l->pos()) / kInstrSize; in InstructionsGeneratedSince()
Dassembler-mips.cc190 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
1134 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at()
1165 Instr instr2 = instr_at(pc + kInstrSize); in set_target_address_at()