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

  /external/v8/src/ppc/
disasm-ppc.cc 74 int FormatOption(Instruction* instr, const char* option);
126 // the FormatOption method.
148 // complexity of FormatOption.
172 // complexity of FormatOption.
196 // FormatOption takes a formatting string and interprets it based on
199 // consumed by the caller.) FormatOption returns the number of
201 int Decoder::FormatOption(Instruction* instr, const char* format) {
331 // the output buffer. All escaped options are handed to FormatOption to be
337 format += FormatOption(instr, format);
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 91 int FormatOption(Instruction* instr, const char* option);
245 // Print PU formatting to reduce complexity of FormatOption.
273 // the FormatOption method.
299 // complexity of FormatOption.
348 // complexity of FormatOption.
442 // FormatOption takes a formatting string and interprets it based on
445 // consumed by the caller.) FormatOption returns the number of
447 int Decoder::FormatOption(Instruction* instr, const char* format) {
668 // the output buffer. All escaped options are handed to FormatOption to be
674 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);
489 // complexity of FormatOption.
511 // complexity of FormatOption.
556 // FormatOption takes a formatting string and interprets it based on
559 // consumed by the caller.) FormatOption returns the number of
561 int Decoder::FormatOption(Instruction* instr, const char* format) {
776 // the output buffer. All escaped options are handed to FormatOption to be
782 format += FormatOption(instr, format);
    [all...]

Completed in 1692 milliseconds