Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dnative_unwinder_android_memory_regions_map.h19 class NativeUnwinderAndroidMemoryRegionsMap {
21 NativeUnwinderAndroidMemoryRegionsMap() = default;
22 virtual ~NativeUnwinderAndroidMemoryRegionsMap() = default;
24 NativeUnwinderAndroidMemoryRegionsMap(
25 const NativeUnwinderAndroidMemoryRegionsMap&) = delete;
26 NativeUnwinderAndroidMemoryRegionsMap& operator=(
27 const NativeUnwinderAndroidMemoryRegionsMap&) = delete;
H A Dnative_unwinder_android_map_delegate.h10 class NativeUnwinderAndroidMemoryRegionsMap; variable
20 virtual NativeUnwinderAndroidMemoryRegionsMap* GetMapReference() = 0;
H A Dnative_unwinder_android.h19 class NativeUnwinderAndroidMemoryRegionsMap; variable
52 static std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMap>
H A Dstack_sampling_profiler_test_util.cc107 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMap> memory_regions_map) in NativeUnwinderAndroidMapDelegateForTesting()
110 NativeUnwinderAndroidMemoryRegionsMap* GetMapReference() override { in GetMapReference()
116 const std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMap>
H A Dnative_unwinder_android_memory_regions_map_impl.h16 : public NativeUnwinderAndroidMemoryRegionsMap {
H A Dnative_unwinder_android.cc125 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMap>
H A Dnative_unwinder_android_unittest.cc57 std::unique_ptr<NativeUnwinderAndroidMemoryRegionsMap> memory_regions_map = in CreateMemoryRegionsMap()