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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 348 static FunctionInfo function_info_[kNumFunctions]; member in class:__anon16279::WindowsInfo
466 /*static*/ WindowsInfo::FunctionInfo WindowsInfo::function_info_[] = { member in class:__anon16279::WindowsInfo
589 function_info_[i].windows_fn = (GenericFnPtr)
590 ::GetProcAddress(hkernel32, function_info_[i].name);
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
603 function_info_[i].perftools_fn,
604 &function_info_[i].origstub_fn));
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 348 static FunctionInfo function_info_[kNumFunctions]; member in class:__anon16328::WindowsInfo
466 /*static*/ WindowsInfo::FunctionInfo WindowsInfo::function_info_[] = { member in class:__anon16328::WindowsInfo
589 function_info_[i].windows_fn = (GenericFnPtr)
590 ::GetProcAddress(hkernel32, function_info_[i].name);
599 delete[] (char*)(function_info_[i].origstub_fn);
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
603 function_info_[i].perftools_fn,
604 &function_info_[i].origstub_fn));
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 1257 SharedFunctionInfo* function_info_; member in class:v8::internal::Differencer::DependentFunctionFilter
    [all...]
  /external/v8/src/
liveedit.cc 1045 : function_info_(function_info) {}
1061 SharedFunctionInfo* function_info_; member in class:v8::internal::Differencer::DependentFunctionsDeoptimizingVisitor
    [all...]

Completed in 2377 milliseconds