HomeSort by relevance Sort by last modified time
    Searched refs:kInstrSize (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 214 Memory::Address_at(pc_ + Assembler::kInstrSize *
221 Memory::Address_at(pc_ + Assembler::kInstrSize *
232 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize);
239 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target;
261 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
267 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
386 pc_ += kInstrSize;
398 target_pc -= kInstrSize;
404 target_pc -= kInstrSize;
419 ASSERT(IsMovT(Memory::int32_at(pc + kInstrSize)));
    [all...]
deoptimizer-arm.cc 43 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);
110 static const int kInstrSize = Assembler::kInstrSize;
112 CodePatcher patcher(pc_after - 3 * kInstrSize, 1);
116 2 * kInstrSize) & 0xfff;
122 unoptimized_code, pc_after - 2 * kInstrSize, replacement_code);
134 static const int kInstrSize = Assembler::kInstrSize;
    [all...]
code-stubs-arm.h 325 Assembler::kInstrSize);
351 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
359 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
363 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
assembler-arm.h 791 static const int kInstrSize = sizeof(Instr);
798 static const int kPatchReturnSequenceAddressOffset = 0 * kInstrSize;
805 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
807 static const int kPatchDebugBreakSlotReturnOffset = 2 * kInstrSize;
816 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
simulator-arm.cc 110 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);
    [all...]
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 42 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);
110 static const int kInstrSize = Assembler::kInstrSize;
112 CodePatcher patcher(pc_after - 6 * kInstrSize, 1);
116 Assembler::set_target_address_at(pc_after - 4 * kInstrSize,
120 unoptimized_code, pc_after - 4 * kInstrSize, replacement_code);
132 static const int kInstrSize = Assembler::kInstrSize;
    [all...]
assembler-mips-inl.h 155 pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
267 Memory::Address_at(pc_ + Assembler::kInstrSize *
274 Memory::Address_at(pc_ + Assembler::kInstrSize *
313 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
324 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
325 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
418 pc_ += kInstrSize;
simulator-mips.cc 130 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;
    [all...]
constants-mips.h 606 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;
assembler-mips.cc 223 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);
    [all...]
assembler-mips.h 508 instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
520 static const int kInstrSize = sizeof(Instr);
544 static const int kCallTargetAddressOffset = 4 * kInstrSize;
552 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
558 static const int kPatchDebugBreakSlotReturnOffset = 4 * kInstrSize;
565 kDebugBreakSlotInstructions * kInstrSize;
800 return SizeOfCodeGeneratedSince(label) / kInstrSize;
    [all...]
code-stubs-mips.h 340 2 * Assembler::kInstrSize);
366 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
374 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
378 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
  /external/v8/src/arm/
assembler-arm-inl.h 170 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;
deoptimizer-arm.cc 43 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;
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, 1)
    [all...]
assembler-arm.h 703 static const int kInstrSize = sizeof(Instr);
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;
    [all...]
simulator-arm.cc 109 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);
    [all...]
code-stubs-arm.h 500 Assembler::kInstrSize);
526 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
534 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
538 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 41 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;
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_code)
    [all...]
assembler-mips-inl.h 139 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;
simulator-mips.cc 130 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;
    [all...]
constants-mips.h 595 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;
assembler-mips.cc 197 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);
    [all...]
assembler-mips.h 581 instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
593 static const int kInstrSize = sizeof(Instr);
617 static const int kCallTargetAddressOffset = 4 * kInstrSize;
625 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
636 kDebugBreakSlotInstructions * kInstrSize;
864 return SizeOfCodeGeneratedSince(label) / kInstrSize;
    [all...]
code-stubs-mips.h 515 2 * Assembler::kInstrSize);
541 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
549 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
553 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 235 kInstrSize = 4,
439 Instr* Next() { return this + kInstrSize; }

Completed in 1382 milliseconds

1 2 3