Searched refs:TraceSim (Results 1 – 2 of 2) sorted by relevance
59 void Simulator::TraceSim(const char* format, ...) { in TraceSim() function in v8::internal::Simulator555 TraceSim("Call to host function at %p\n", in DoRuntimeCall()561 TraceSim(" with unaligned stack 0x%016" PRIx64 ".\n", sp()); in DoRuntimeCall()567 TraceSim("Type: Unknown.\n"); in DoRuntimeCall()573 TraceSim("Type: BUILTIN_CALL\n"); in DoRuntimeCall()580 TraceSim("Arguments: " in DoRuntimeCall()589 TraceSim("Returned: {0x%" PRIx64 ", 0x%" PRIx64 "}\n", in DoRuntimeCall()601 TraceSim("Type: DIRECT_API_CALL\n"); in DoRuntimeCall()604 TraceSim("Arguments: 0x%016" PRIx64 "\n", xreg(0)); in DoRuntimeCall()606 TraceSim("No return value."); in DoRuntimeCall()[all …]
799 void PRINTF_METHOD_CHECKING TraceSim(const char* format, ...);