Searched refs:instr_ptr (Results 1 – 5 of 5) sorted by relevance
595 uint32_t* instr_ptr = reinterpret_cast<uint32_t*>(pc); in set_target_address_at() local597 instr_ptr[0] = PatchMovwImmediate(instr_ptr[0], immediate & 0xFFFF); in set_target_address_at()598 instr_ptr[1] = PatchMovwImmediate(instr_ptr[1], immediate >> 16); in set_target_address_at()611 uint32_t* instr_ptr = reinterpret_cast<uint32_t*>(pc); in set_target_address_at() local613 instr_ptr[0] = PatchShiftImm(instr_ptr[0], immediate & kImm8Mask); in set_target_address_at()614 instr_ptr[1] = PatchShiftImm(instr_ptr[1], immediate & (kImm8Mask << 8)); in set_target_address_at()615 instr_ptr[2] = PatchShiftImm(instr_ptr[2], immediate & (kImm8Mask << 16)); in set_target_address_at()616 instr_ptr[3] = PatchShiftImm(instr_ptr[3], immediate & (kImm8Mask << 24)); in set_target_address_at()
65 static bool IsConstantPoolAt(byte* instr_ptr);66 static int ConstantPoolSizeAt(byte* instr_ptr);1824 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() argument1825 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in IsConstantPoolAt()1830 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt() argument1831 if (IsConstantPoolAt(instr_ptr)) { in ConstantPoolSizeAt()1832 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in ConstantPoolSizeAt()1841 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument1842 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()1851 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in InstructionDecode()[all …]
1070 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument1071 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()
1660 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument1661 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()
1915 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument1916 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()