OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_tracking_allocations
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
heap-profiler.h
62
bool
is_tracking_allocations
() const {
function in class:v8::internal::HeapProfiler
heap-profiler.cc
96
DCHECK(!
is_tracking_allocations
());
111
if (
is_tracking_allocations
()) {
194
if (!
is_tracking_allocations
()) is_tracking_object_moves_ = false;
/external/chromium_org/v8/src/heap/
heap-inl.h
226
if (profiler->
is_tracking_allocations
()) {
heap.cc
[
all
...]
Completed in 1862 milliseconds