Searched refs:FormatOption (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Ddisasm-arm.cc92 int FormatOption(Instruction* instr, const char* option);
246 // Print PU formatting to reduce complexity of FormatOption.
274 // the FormatOption method.
300 // complexity of FormatOption.
349 // complexity of FormatOption.
443 // FormatOption takes a formatting string and interprets it based on
446 // consumed by the caller.) FormatOption returns the number of
448 int Decoder::FormatOption(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
669 // the output buffer. All escaped options are handed to FormatOption to be
675 format += FormatOption(inst
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc98 int FormatOption(Instruction* instr, const char* option);
298 // complexity of FormatOption.
320 // complexity of FormatOption.
345 // FormatOption takes a formatting string and interprets it based on
348 // consumed by the caller.) FormatOption returns the number of
350 int Decoder::FormatOption(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
429 // the output buffer. All escaped options are handed to FormatOption to be
435 format += FormatOption(instr, format);
/external/v8/src/mips64/
H A Ddisasm-mips64.cc98 int FormatOption(Instruction* instr, const char* option);
299 // complexity of FormatOption.
321 // complexity of FormatOption.
346 // FormatOption takes a formatting string and interprets it based on
349 // consumed by the caller.) FormatOption returns the number of
351 int Decoder::FormatOption(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
430 // the output buffer. All escaped options are handed to FormatOption to be
436 format += FormatOption(instr, format);

Completed in 285 milliseconds