Home
last modified time | relevance | path

Searched refs:instr_ptr (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc92 static bool IsConstantPoolAt(byte* instr_ptr);
93 static int ConstantPoolSizeAt(byte* instr_ptr);
1361 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt() argument
1362 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in IsConstantPoolAt()
1367 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt() argument
1368 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() argument
1379 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()
1388 int instruction_bits = *(reinterpret_cast<int*>(instr_ptr)); in InstructionDecode()
/external/v8/src/mips/
Ddisasm-mips.cc941 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() argument
942 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode()