-void MacroAssemblerARM::ProbeContext::dump(const char* indentation)
-{
- if (!indentation)
- indentation = "";
-
- dataLogF("%sProbeContext %p {\n", indentation, this);
- dataLogF("%s probeFunction: %p\n", indentation, probeFunction);
- dataLogF("%s arg1: %p %llu\n", indentation, arg1, reinterpret_cast<int64_t>(arg1));
- dataLogF("%s arg2: %p %llu\n", indentation, arg2, reinterpret_cast<int64_t>(arg2));
- dataLogF("%s cpu: {\n", indentation);