Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc140 void DecodeTypeJump(Instruction* instr);
2038 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Decoder
2699 DecodeTypeJump(instr); in InstructionDecode()
Dsimulator-mips.h442 void DecodeTypeJump();
Dsimulator-mips.cc6876 void Simulator::DecodeTypeJump() { in DecodeTypeJump() function in v8::internal::Simulator
6926 DecodeTypeJump(); in InstructionDecode()
/external/v8/src/mips64/
Dsimulator-mips64.h464 void DecodeTypeJump();
Ddisasm-mips64.cc151 void DecodeTypeJump(Instruction* instr);
2352 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Decoder
3016 DecodeTypeJump(instr); in InstructionDecode()
Dsimulator-mips64.cc7225 void Simulator::DecodeTypeJump() { in DecodeTypeJump() function in v8::internal::Simulator
7277 DecodeTypeJump(); in InstructionDecode()