Searched refs:instr_ptr (Results 1 – 2 of 2) sorted by relevance
92 static bool IsConstantPoolAt(byte* instr_ptr);93 static int ConstantPoolSizeAt(byte* instr_ptr);1361 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() argument1362 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in IsConstantPoolAt()1367 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt() argument1368 if (IsConstantPoolAt(instr_ptr)) { in ConstantPoolSizeAt()1369 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in ConstantPoolSizeAt()1378 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument1379 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()1388 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in InstructionDecode()
941 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument942 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()