Lines Matching full:assembler
36 #include "macro-assembler.h"
37 #include "regexp-macro-assembler.h"
38 #include "arm/regexp-macro-assembler-arm.h"
45 * This assembler uses the following register assignment convention
56 * - r12 : IP register, used by assembler. Very volatile.
106 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
137 // Unuse labels in case we throw away the assembler without calling GetCode.
897 masm_->pc_offset() + Assembler::kPcLoadDelta;
902 masm_->BlockConstPoolBefore(masm_->pc_offset() + Assembler::kInstrSize);
908 masm_->pc_offset() + 2 * Assembler::kInstrSize);
909 __ mov(r0, Operand(pc_offset_of_constant + Assembler::kInstrSize));
1189 masm_->pc_offset() + kBacktrackConstantPoolSize * Assembler::kInstrSize);