Home | History | Annotate | Download | only in profiler

Lines Matching defs:AllocationTracker

56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) {
59 AllocationTracker::FunctionInfo* info =
95 void AllocationTraceTree::Print(AllocationTracker* tracker) {
102 void AllocationTracker::DeleteUnresolvedLocation(
108 AllocationTracker::FunctionInfo::FunctionInfo()
189 void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) {
193 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names)
204 AllocationTracker::~AllocationTracker() {
210 void AllocationTracker::PrepareForSerialization() {
221 void AllocationTracker::AllocationEvent(Address addr, int size) {
260 unsigned AllocationTracker::AddFunctionInfo(SharedFunctionInfo* shared,
289 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) {
301 AllocationTracker::UnresolvedLocation::UnresolvedLocation(
312 AllocationTracker::UnresolvedLocation::~UnresolvedLocation() {
319 void AllocationTracker::UnresolvedLocation::Resolve() {
326 void AllocationTracker::UnresolvedLocation::HandleWeakScript(