Home
last modified time | relevance | path

Searched refs:NativeUnwinderAndroidMemoryRegionsMapImpl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dnative_unwinder_android_memory_regions_map_impl.cc8 NativeUnwinderAndroidMemoryRegionsMapImpl::
9 NativeUnwinderAndroidMemoryRegionsMapImpl( in NativeUnwinderAndroidMemoryRegionsMapImpl() function in base::NativeUnwinderAndroidMemoryRegionsMapImpl
14 NativeUnwinderAndroidMemoryRegionsMapImpl::
15 ~NativeUnwinderAndroidMemoryRegionsMapImpl() = default;
H A Dnative_unwinder_android_unittest.cc55 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl>
59 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl> downcast( in CreateMemoryRegionsMap()
60 static_cast<NativeUnwinderAndroidMemoryRegionsMapImpl*>( in CreateMemoryRegionsMap()
69 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl> in NativeUnwinderAndroidMapDelegateForTesting()
73 NativeUnwinderAndroidMemoryRegionsMapImpl* GetMapReference() override { in GetMapReference()
83 const std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl>
469 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl> in TEST()
491 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl> in TEST()
H A Dnative_unwinder_android_memory_regions_map_impl.h15 class NativeUnwinderAndroidMemoryRegionsMapImpl
18 NativeUnwinderAndroidMemoryRegionsMapImpl(
22 ~NativeUnwinderAndroidMemoryRegionsMapImpl() override;
H A Dnative_unwinder_android.h20 class NativeUnwinderAndroidMemoryRegionsMapImpl; variable
92 const raw_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl> memory_regions_map_;
H A Dnative_unwinder_android.cc136 return std::make_unique<NativeUnwinderAndroidMemoryRegionsMapImpl>( in CreateMemoryRegionsMap()
148 static_cast<NativeUnwinderAndroidMemoryRegionsMapImpl*>( in NativeUnwinderAndroid()
H A Dlibunwindstack_unwinder_android.h46 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMapImpl>
H A Dlibunwindstack_unwinder_android.cc95 static_cast<NativeUnwinderAndroidMemoryRegionsMapImpl*>( in LibunwindstackUnwinderAndroid()