Searched refs:DecodeTypeJump (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.h354 void DecodeTypeJump(Instruction* instr);
H A Ddisasm-mips.cc125 void DecodeTypeJump(Instruction* instr);
1669 void Decoder::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Decoder
1700 DecodeTypeJump(instr);
H A Dsimulator-mips.cc4396 void Simulator::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Simulator
4443 DecodeTypeJump(instr);
/external/v8/src/mips64/
H A Dsimulator-mips64.h368 void DecodeTypeJump(Instruction* instr);
H A Ddisasm-mips64.cc133 void DecodeTypeJump(Instruction* instr);
1898 void Decoder::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Decoder
1931 DecodeTypeJump(instr);
H A Dsimulator-mips64.cc4735 void Simulator::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Simulator
4785 DecodeTypeJump(instr);

Completed in 92 milliseconds