Home
last modified time | relevance | path

Searched refs:GetSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-profiler.h501 virtual intptr_t GetSizeInBytes() { return -1; } in GetSizeInBytes() function
/external/v8/test/cctest/
Dtest-heap-profiler.cc794 virtual intptr_t GetSizeInBytes() { return size_; } in GetSizeInBytes() function in __anonccf759450411::TestRetainedObjectInfo
/external/v8/src/
Dprofile-generator.cc2671 intptr_t size = info->GetSizeInBytes(); in AllocateEntry()