HomeSort by relevance Sort by last modified time
    Searched refs:this_fn (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.h 12 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;
linux_shadow_stacks.cc 34 void __cyg_profile_func_enter(void *this_fn, void *call_site) {
48 shadow_ip_stack[shadow_index] = this_fn;
84 // particular, llvm-gcc will make a copy of this_fn, so it's not in sp[2]),
94 sp = (void **)&this_fn - 2;
115 void __cyg_profile_func_exit(void *this_fn, void *call_site) {
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 49 void __cyg_profile_func_enter(void* this_fn, void* call_site)
51 void __cyg_profile_func_exit(void* this_fn, void* call_site)
62 const void* this_fn; member in struct:cygprofile::CygLogEntry
64 pid_t pid, pthread_t tid, const void* this_fn)
66 pid(pid), tid(tid), this_fn(this_fn) {}
95 void LogEnter(void* this_fn);
187 void (*this_fn)(void) =
206 if (this_fn >= start && this_fn < end
228 getpid(), pthread_self(), this_fn)); local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 115 XRAY_NO_INSTRUMENT void __cyg_profile_func_enter(void* this_fn,
117 XRAY_NO_INSTRUMENT void __cyg_profile_func_exit(void* this_fn,
323 void __pnacl_profile_func_enter(const char* this_fn) {
325 void __cyg_profile_func_enter(void* this_fn, void* call_site) {
332 uint32_t addr = (uint32_t)this_fn;
349 void __pnacl_profile_func_exit(const char* this_fn) {
351 void __cyg_profile_func_exit(void* this_fn, void* call_site) {

Completed in 3065 milliseconds