Searched defs:DecodeTypeJump (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc105 void DecodeTypeJump(Instruction* instr);
1228 void Decoder::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Decoder
1259 DecodeTypeJump(instr);
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc106 void DecodeTypeJump(Instruction* instr);
1377 void Decoder::DecodeTypeJump(Instruction* instr) { function in class:v8::internal::Decoder
1410 DecodeTypeJump(instr);

Completed in 411 milliseconds