/external/webkit/V8Binding/v8/src/arm/ |
D | disasm-arm.cc | 163 void Decoder::PrintCondition(Instr* instr) { in PrintCondition() 183 void Decoder::PrintShiftRm(Instr* instr) { in PrintShiftRm() 217 void Decoder::PrintShiftImm(Instr* instr) { in PrintShiftImm() 227 void Decoder::PrintPU(Instr* instr) { in PrintPU() 274 int Decoder::FormatRegister(Instr* instr, const char* format) { in FormatRegister() 322 int Decoder::FormatOption(Instr* instr, const char* format) { in FormatOption() 480 void Decoder::Format(Instr* instr, const char* format) { in Format() 496 void Decoder::Unknown(Instr* instr) { in Unknown() 501 void Decoder::DecodeType01(Instr* instr) { in DecodeType01() 685 void Decoder::DecodeType2(Instr* instr) { in DecodeType2() [all …]
|
D | simulator-arm.cc | 108 void Debugger::Stop(Instr* instr) { in Stop() 126 void Debugger::Stop(Instr* instr) { in Stop() 618 int Simulator::ReadW(int32_t addr, Instr* instr) { in ReadW() 629 void Simulator::WriteW(int32_t addr, int value, Instr* instr) { in WriteW() 640 uint16_t Simulator::ReadHU(int32_t addr, Instr* instr) { in ReadHU() 651 int16_t Simulator::ReadH(int32_t addr, Instr* instr) { in ReadH() 662 void Simulator::WriteH(int32_t addr, uint16_t value, Instr* instr) { in WriteH() 673 void Simulator::WriteH(int32_t addr, int16_t value, Instr* instr) { in WriteH() 717 void Simulator::Format(Instr* instr, const char* format) { in Format() 726 bool Simulator::ConditionallyExecute(Instr* instr) { in ConditionallyExecute() [all …]
|
D | assembler-arm.cc | 331 Instr instr = instr_at(pos); in target_at() local 347 Instr instr = instr_at(pos); in target_at_put() local 381 Instr instr = instr_at(l.pos()); in print() local 488 Instr* instr) { in fits_shifter() 523 void Assembler::addrmod1(Instr instr, in addrmod1() 566 void Assembler::addrmod2(Instr instr, Register rd, const MemOperand& x) { in addrmod2() 599 void Assembler::addrmod3(Instr instr, Register rd, const MemOperand& x) { in addrmod3() 639 void Assembler::addrmod4(Instr instr, Register rn, RegList rl) { in addrmod4() 647 void Assembler::addrmod5(Instr instr, CRegister crd, const MemOperand& x) { in addrmod5() 952 Instr instr; in msr() local [all …]
|
D | assembler-arm-inl.h | 221 Instr instr = Memory::int32_at(pc); in target_address_address_at() local
|
D | assembler-arm.h | 675 void instr_at_put(byte* pc, Instr instr) { in instr_at_put() 679 void instr_at_put(int pos, Instr instr) { in instr_at_put()
|
D | cfg-arm.cc | 49 Instruction* instr = instructions_[i]; in Compile() local
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | MethodItem.java | 96 final int instr = blockSizes [b]; in getAggregate() local 125 final int instr = blockSizes [b]; in getAggregate() local
|
D | ClassItem.java | 155 final int instr = mbsizes [block]; in getAggregate() local
|
D | SrcFileItem.java | 182 final int instr = mbsizes [block]; in getAggregate() local
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | cfg-ia32.cc | 49 Instruction* instr = instructions_[i]; in Compile() local
|
D | disasm-ia32.cc | 745 byte* instr) { in InstructionDecode()
|
D | assembler-ia32.cc | 418 byte instr = last_pc_[0]; in pop() local 769 byte instr = last_pc_[0]; in add() local
|
/external/webkit/V8Binding/v8/src/x64/ |
D | cfg-x64.cc | 50 Instruction* instr = instructions_[i]; in Compile() local
|
D | disasm-x64.cc | 1107 byte* instr) { in InstructionDecode()
|
/external/tesseract/liblept/ |
D | parseprotos.c | 526 cleanProtoSignature(char *instr) in cleanProtoSignature()
|
/external/yaffs2/yaffs2/mtdemul/ |
D | nandemul2k.c | 532 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr) in nand_erase()
|
/external/webkit/V8Binding/v8/src/ |
D | cfg.h | 631 void Append(Instruction* instr) { instructions_.Add(instr); } in Append()
|
D | cfg.cc | 103 void Cfg::Append(Instruction* instr) { in Append()
|