Home | History | Annotate | Download | only in arm64

Lines Matching refs:instructions

184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
185 // Patch the code at the current address with the supplied instructions.
187 Instr* instr = reinterpret_cast<Instr*>(instructions);
198 // Additional guard instructions can be added if required.
463 // Bind label to the address at pc_. All instructions (most likely branches)
523 // instructions must link directly to the label as they will not be
529 // Note that offset can be zero for self-referential instructions. (This
571 // ADR instructions are not handled by veneers.
644 // The constant pool marker is made of two instructions. These instructions
949 // Logical instructions.
1431 // Memory instructions.
1929 // For instructions of the form:
1987 // Refer to instructions-arm64.h for a description of the marker and its
2526 void Assembler::BlockConstPoolFor(int instructions) {
2527 int pc_limit = pc_offset() + instructions * kInstructionSize;
2608 // The header is therefore made of two arm64 instructions:
2874 // nops with fixup instructions.