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

1 2

  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 313 masm->instr_at_put(pos, (masm->instr_at(pos) & ~B27) | (B24 | B20));
314 ASSERT(Assembler::IsTstImmediate(masm->instr_at(pos)));
318 masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B24 | B20)) | B27);
319 ASSERT(Assembler::IsBranch(masm->instr_at(pos)));
323 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
324 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-arm-inl.h 266 Instr current_instr = Assembler::instr_at(pc_);
267 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
277 Instr current_instr = Assembler::instr_at(pc_);
deoptimizer-arm.cc 164 if (Assembler::IsNop(Assembler::instr_at(pc_after - 3 * kInstrSize))) {
166 Assembler::instr_at(pc_after - 2 * kInstrSize)));
172 Assembler::instr_at(pc_after - 2 * kInstrSize)));
ic-arm.cc     [all...]
assembler-arm.cc 777 Instr instr = instr_at(pos);
794 Instr instr = instr_at(pos);
828 Instr instr = instr_at(l.pos());
    [all...]
assembler-arm.h 1366 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
1370 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
    [all...]
macro-assembler-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 323 Instr instr0 = Assembler::instr_at(pc_);
324 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
325 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
336 Instr current_instr = Assembler::instr_at(pc_);
code-stubs-mips.h 324 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
327 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
331 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
334 ASSERT(Assembler::IsBeq(masm->instr_at(pos)));
338 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
339 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-mips.cc 649 Instr instr = instr_at(pos);
673 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
674 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
705 Instr instr = instr_at(pos);
725 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
726 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
762 Instr instr = instr_at(l.pos());
788 Instr instr = instr_at(fixup_pos);
    [all...]
deoptimizer-mips.cc 151 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
153 Assembler::instr_at(pc_after - 6 * kInstrSize))) {
ic-mips.cc     [all...]
assembler-mips.h 886 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
890 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 275 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_);
assembler-mips.cc 655 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);
    [all...]
code-stubs-mips.h 499 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() +
    [all...]
deoptimizer-mips.cc 130 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)));
    [all...]
assembler-mips.h 952 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
    [all...]
ic-mips.cc     [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 204 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_);
code-stubs-arm.h 488 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() +
    [all...]
deoptimizer-arm.cc 127 Assembler::instr_at(pc_after - 2 * kInstrSize)));
170 Assembler::instr_at(pc_after - 2 * kInstrSize)));
    [all...]
ic-arm.cc     [all...]
assembler-arm.h 1234 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
    [all...]
assembler-arm.cc 554 Instr instr = instr_at(pos);
571 Instr instr = instr_at(pos);
605 Instr instr = instr_at(l.pos());
    [all...]

Completed in 351 milliseconds

1 2