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

/external/v8/src/mips/
H A Ddisasm-mips.cc123 int FormatOption(Instruction* instr, const char* option);
316 // complexity of FormatOption.
338 // complexity of FormatOption.
359 // FormatOption takes a formatting string and interprets it based on
362 // consumed by the caller.) FormatOption returns the number of
364 int Decoder::FormatOption(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
439 // the output buffer. All escaped options are handed to FormatOption to be
445 format += FormatOption(instr, format);
/external/v8/src/arm/
H A Ddisasm-arm.cc116 int FormatOption(Instruction* instr, const char* option);
267 // Print PU formatting to reduce complexity of FormatOption.
295 // the FormatOption method.
321 // complexity of FormatOption.
370 // complexity of FormatOption.
421 // FormatOption takes a formatting string and interprets it based on
424 // consumed by the caller.) FormatOption returns the number of
426 int Decoder::FormatOption(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
649 // the output buffer. All escaped options are handed to FormatOption to be
655 format += FormatOption(inst
[all...]

Completed in 145 milliseconds