Home
last modified time | relevance | path

Searched refs:PrintSoftwareInterrupt (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc112 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
296 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt() function in v8::internal::Decoder
580 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()