Searched refs:g_self (Results 1 – 2 of 2) sorted by relevance
45 EXPECT_EQ(nullptr, g_self); in ThreadHeapUsageTrackerTest()46 g_self = this; in ThreadHeapUsageTrackerTest()50 EXPECT_EQ(this, g_self); in ~ThreadHeapUsageTrackerTest()51 g_self = nullptr; in ~ThreadHeapUsageTrackerTest()140 g_self->RecordAlloc(ret, size); in OnAllocFn()151 g_self->RecordAlloc(ret, n * size); in OnAllocZeroInitializedFn()164 g_self->RecordAlloc(ret, size); in OnAllocAlignedFn()174 g_self->DeleteAlloc(address); in OnReallocFn()176 g_self->RecordAlloc(ret, size); in OnReallocFn()185 g_self->DeleteAlloc(address); in OnFreeFn()[all …]
45 static ConstString g_self = ConstString("self"); in IsAllowedRuntimeValue() local47 return name == g_self || name == g_cmd; in IsAllowedRuntimeValue()