Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlinux_shadow_stacks.cc34 void __cyg_profile_func_enter(void *this_fn, void *call_site) { in __cyg_profile_func_enter() argument
48 shadow_ip_stack[shadow_index] = this_fn; in __cyg_profile_func_enter()
94 sp = (void **)&this_fn - 2; in __cyg_profile_func_enter()
115 void __cyg_profile_func_exit(void *this_fn, void *call_site) { in __cyg_profile_func_exit() argument
Dlinux_shadow_stacks.h12 void __cyg_profile_func_enter(void *this_fn, void *call_site) NO_INSTRUMENT;
13 void __cyg_profile_func_exit(void *this_fn, void *call_site) NO_INSTRUMENT;
/external/chromium_org/tools/cygprofile/
Dcygprofile.cc352 void __cyg_profile_func_enter(void* this_fn, void* call_site)
354 void __cyg_profile_func_exit(void* this_fn, void* call_site)
357 void __cyg_profile_func_enter(void* this_fn, void* callee_unused) { in __cyg_profile_func_enter() argument
367 g_tls_log->AddEntry(this_fn); in __cyg_profile_func_enter()
370 void __cyg_profile_func_exit(void* this_fn, void* call_site) {} in __cyg_profile_func_exit() argument
/external/chromium_org/native_client_sdk/src/libraries/xray/
Dxray.c115 XRAY_NO_INSTRUMENT void __cyg_profile_func_enter(void* this_fn,
117 XRAY_NO_INSTRUMENT void __cyg_profile_func_exit(void* this_fn,
329 void __pnacl_profile_func_enter(const char* this_fn) { argument
331 void __cyg_profile_func_enter(void* this_fn, void* call_site) {
338 uint32_t addr = (uint32_t)(uintptr_t)this_fn;
355 void __pnacl_profile_func_exit(const char* this_fn) { argument
357 void __cyg_profile_func_exit(void* this_fn, void* call_site) {