HomeSort by relevance Sort by last modified time
    Searched refs:FormatOption (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ppc/
disasm-ppc.cc 75 int FormatOption(Instruction* instr, const char* option);
128 // the FormatOption method.
150 // complexity of FormatOption.
174 // complexity of FormatOption.
198 // FormatOption takes a formatting string and interprets it based on
201 // consumed by the caller.) FormatOption returns the number of
203 int Decoder::FormatOption(Instruction* instr, const char* format) {
333 // the output buffer. All escaped options are handed to FormatOption to be
339 format += FormatOption(instr, format);
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 92 int FormatOption(Instruction* instr, const char* option);
248 // Print PU formatting to reduce complexity of FormatOption.
276 // the FormatOption method.
302 // complexity of FormatOption.
351 // complexity of FormatOption.
445 // FormatOption takes a formatting string and interprets it based on
448 // consumed by the caller.) FormatOption returns the number of
450 int Decoder::FormatOption(Instruction* instr, const char* format) {
691 // the output buffer. All escaped options are handed to FormatOption to be
697 format += FormatOption(instr, format)
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 109 int FormatOption(Instruction* instr, const char* option);
474 // complexity of FormatOption.
496 // complexity of FormatOption.
541 // FormatOption takes a formatting string and interprets it based on
544 // consumed by the caller.) FormatOption returns the number of
546 int Decoder::FormatOption(Instruction* instr, const char* format) {
756 // the output buffer. All escaped options are handed to FormatOption to be
762 format += FormatOption(instr, format);
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 111 int FormatOption(Instruction* instr, const char* option);
490 // complexity of FormatOption.
512 // complexity of FormatOption.
557 // FormatOption takes a formatting string and interprets it based on
560 // consumed by the caller.) FormatOption returns the number of
562 int Decoder::FormatOption(Instruction* instr, const char* format) {
777 // the output buffer. All escaped options are handed to FormatOption to be
783 format += FormatOption(instr, format);
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 76 int FormatOption(Instruction* instr, const char* option);
120 // the FormatOption method.
141 // complexity of FormatOption.
228 // FormatOption takes a formatting string and interprets it based on
231 // consumed by the caller.) FormatOption returns the number of
233 int Decoder::FormatOption(Instruction* instr, const char* format) {
463 // the output buffer. All escaped options are handed to FormatOption to be
469 format += FormatOption(instr, format);
    [all...]

Completed in 813 milliseconds