Home
last modified time | relevance | path

Searched refs:ALLOC_TAG (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp85 ASSERT_EQ(DetailAllocTracker::ALLOC_TAG, info.tag); in TEST()
115 ASSERT_EQ(DetailAllocTracker::ALLOC_TAG, alloc.tag); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp86 ASSERT_EQ(DetailAllocTracker::ALLOC_TAG, info.tag); in TEST()
118 ASSERT_EQ(DetailAllocTracker::ALLOC_TAG, alloc.tag); in TEST()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.h129 static constexpr uint32_t ALLOC_TAG = 1; member in panda::final
175 const uint32_t tag_ = ALLOC_TAG;
H A Dalloc_tracker.cpp164 if (tag == ALLOC_TAG) { in Dump()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.h126 static constexpr uint32_t ALLOC_TAG = 1; member in ark::final
172 const uint32_t tag_ = ALLOC_TAG;
H A Dalloc_tracker.cpp164 if (tag == ALLOC_TAG) { in Dump()

Completed in 3 milliseconds