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

/external/valgrind/main/coregrind/
H A Dm_errormgr.c1416 Char caller_name[ERRTXT_LEN]; local
1417 caller_name[0] = 0;
1429 /* Get the object name into 'caller_name', or "???"
1431 if (!VG_(get_objname)(ip, caller_name, ERRTXT_LEN))
1432 VG_(strcpy)(caller_name, "???");
1435 /* Get the function name into 'caller_name', or "???"
1442 if (!VG_(get_fnname_no_cxx_demangle)(ip, caller_name, ERRTXT_LEN))
1443 VG_(strcpy)(caller_name, "???");
1449 /* So now we have the function or object name in caller_name, and
1453 return VG_(string_match)(supploc->name, caller_name);
[all...]
/external/v8/src/
H A Dhydrogen.cc5164 SmartArrayPointer<char> caller_name = local
5167 PrintF("Inlined %s called from %s.\n", *target_name, *caller_name);
5170 *target_name, *caller_name, reason);

Completed in 133 milliseconds