Home
last modified time | relevance | path

Searched refs:IsArkExecutable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmaps_test.cpp126 EXPECT_EQ(false, map->IsArkExecutable());
128 EXPECT_EQ(false, map->IsArkExecutable());
130 EXPECT_EQ(true, map->IsArkExecutable());
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_map.h45 bool IsArkExecutable();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_map.cpp266 bool DfxMap::IsArkExecutable() in IsArkExecutable() function in OHOS::HiviewDFX::DfxMap
H A Ddfx_maps.cpp322 return map->IsArkExecutable(); in IsArkExecutedMap()
H A Dunwinder.cpp950 if (stopWhenArkFrame_ && (map != nullptr && map->IsArkExecutable())) { in StepInner()
954 if ((enableMixstack_) && ((map != nullptr && map->IsArkExecutable()) || frame.isJsFrame)) { in StepInner()