Searched refs:cp_info (Results 1 – 3 of 3) sorted by relevance
/external/emma/core/java12/com/vladium/jcd/parser/ |
D | ClassDefParser.java | 168 final CONSTANT_info cp_info = CONSTANT_info.new_CONSTANT_info (m_bytes); in constant_pool() local 169 constants.add (cp_info); in constant_pool() 171 if (DEBUG) System.out.println ("[" + index + "] constant: " + cp_info); in constant_pool() 173 … if ((cp_info instanceof CONSTANT_Long_info) || (cp_info instanceof CONSTANT_Double_info)) in constant_pool()
|
/external/qemu/target-arm/ |
D | op_helper.c | 104 int cp_info = (insn >> 5) & 7; in HELPER() local 110 cp_info, src, operand, val, GETPC()); in HELPER() 116 int cp_info = (insn >> 5) & 7; in HELPER() local 122 cp_info, dest, operand, GETPC()); in HELPER()
|
D | cpu.h | 63 typedef void ARMWriteCPFunc(void *opaque, int cp_info, 66 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
|