Searched refs:instr_at (Results 1 - 15 of 15) sorted by last modified time

/external/v8/src/arm/
H A Dassembler-arm-inl.h204 Instr current_instr = Assembler::instr_at(pc_);
205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
223 Instr current_instr = Assembler::instr_at(pc_);
H A Dassembler-arm.cc554 Instr instr = instr_at(pos);
571 Instr instr = instr_at(pos);
605 Instr instr = instr_at(l.pos());
2632 Instr instr = instr_at(rinfo.pc());
H A Dassembler-arm.h1234 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
1238 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
H A Dcode-stubs-arm.cc7199 ASSERT(Assembler::GetBranchOffset(masm->instr_at(0)) < (1 << 12));
7200 ASSERT(Assembler::GetBranchOffset(masm->instr_at(4)) < (1 << 12));
H A Dcode-stubs-arm.h488 masm->instr_at_put(pos, (masm->instr_at(pos) & ~B27) | (B24 | B20));
489 ASSERT(Assembler::IsTstImmediate(masm->instr_at(pos)));
493 masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B24 | B20)) | B27);
494 ASSERT(Assembler::IsBranch(masm->instr_at(pos)));
498 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
499 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
H A Ddeoptimizer-arm.cc127 Assembler::instr_at(pc_after - 2 * kInstrSize)));
170 Assembler::instr_at(pc_after - 2 * kInstrSize)));
H A Dic-arm.cc1704 Instr instr = Assembler::instr_at(cmp_instruction_address);
1729 Instr instr_at_patch = Assembler::instr_at(patch_address);
1731 Assembler::instr_at(patch_address + Instruction::kInstrSize);
H A Dmacro-assembler-arm.cc3757 Instr instr = Assembler::instr_at(masm_.pc_);
/external/v8/src/mips/
H A Dassembler-mips-inl.h275 Instr instr0 = Assembler::instr_at(pc_);
276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
288 Instr current_instr = Assembler::instr_at(pc_);
H A Dassembler-mips.cc655 Instr instr = instr_at(pos);
679 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
680 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
711 Instr instr = instr_at(pos);
731 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
732 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
768 Instr instr = instr_at(l.pos());
794 Instr instr = instr_at(fixup_pos);
1921 Instr instr = instr_at(pc);
1924 Instr instr_lui = instr_at(p
[all...]
H A Dassembler-mips.h952 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
956 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
H A Dcode-stubs-mips.h499 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
502 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
506 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
509 ASSERT(Assembler::IsBeq(masm->instr_at(pos)));
513 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
514 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
H A Ddeoptimizer-mips.cc130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
165 Assembler::instr_at(pc_after - 6 * kInstrSize)));
166 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
H A Dic-mips.cc1702 Instr instr = Assembler::instr_at(andi_instruction_address);
1727 Instr instr_at_patch = Assembler::instr_at(patch_address);
1729 Assembler::instr_at(patch_address + Instruction::kInstrSize);
H A Dmacro-assembler-mips.cc5410 Instr instr = Assembler::instr_at(masm_.pc_);

Completed in 645 milliseconds