Home
last modified time | relevance | path

Searched refs:OpPush (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_op.cpp61 OpPush(val); in Decode()
72 OpPush(val); in Decode()
79 OpPush(val); in Decode()
86 OpPush(val); in Decode()
93 OpPush(val); in Decode()
100 OpPush(val); in Decode()
107 OpPush(val); in Decode()
114 OpPush(val); in Decode()
121 OpPush(val); in Decode()
126 OpPush(memory_->ReadUleb128(addr)); in Decode()
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp271 OpPush(valuePtr); in Test05()
278 OpPush(valuePtr); in Test05()
293 OpPush(1); in Test06()
299 OpPush(1); in Test06()
300 OpPush(2); // 2:stack_.index in Test06()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h71 inline void OpPush(T value) in OpPush() function