Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc59 void Simulator::TraceSim(const char* format, ...) { in TraceSim() function in v8::internal::Simulator
576 TraceSim("Call to host function at %p\n", in DoRuntimeCall()
582 TraceSim(" with unaligned stack 0x%016" PRIx64 ".\n", sp()); in DoRuntimeCall()
588 TraceSim("Type: Unknown.\n"); in DoRuntimeCall()
594 TraceSim("Type: BUILTIN_CALL\n"); in DoRuntimeCall()
601 TraceSim("Arguments: " in DoRuntimeCall()
610 TraceSim("Returned: {0x%" PRIx64 ", 0x%" PRIx64 "}\n", in DoRuntimeCall()
622 TraceSim("Type: DIRECT_API_CALL\n"); in DoRuntimeCall()
625 TraceSim("Arguments: 0x%016" PRIx64 "\n", xreg(0)); in DoRuntimeCall()
627 TraceSim("No return value."); in DoRuntimeCall()
[all …]
Dsimulator-arm64.h797 void PRINTF_METHOD_CHECKING TraceSim(const char* format, ...);