OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructorheapprofile
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
heap-profiler.h
187
//
ConstructorHeapProfile
is responsible for gathering and logging
191
class
ConstructorHeapProfile
BASE_EMBEDDED {
193
ConstructorHeapProfile
();
194
virtual ~
ConstructorHeapProfile
() {}
341
ConstructorHeapProfile
* js_cons_profile() { return &js_cons_profile_; }
346
ConstructorHeapProfile
js_cons_profile_;
heap-profiler.cc
476
ConstructorHeapProfile
::
ConstructorHeapProfile
()
481
void
ConstructorHeapProfile
::Call(const JSObjectsCluster& cluster,
493
void
ConstructorHeapProfile
::CollectStats(HeapObject* obj) {
498
void
ConstructorHeapProfile
::PrintStats() {
[
all
...]
/external/v8/test/cctest/
test-heap-profiler.cc
25
class ConstructorHeapProfileTestHelper : public i::
ConstructorHeapProfile
{
28
: i::
ConstructorHeapProfile
(),
[
all
...]
Completed in 163 milliseconds