Home
last modified time | relevance | path

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

/art/runtime/
Dmapping_table.h70 native_pc_offset_(0), dex_pc_(0) { in DexToPcIterator()
74 native_pc_offset_ = DecodeUnsignedLeb128(&encoded_table_ptr_); in DexToPcIterator()
83 return native_pc_offset_; in NativePcOffset()
91 native_pc_offset_ += DecodeUnsignedLeb128(&encoded_table_ptr_);
110 uint32_t native_pc_offset_; // The current value of native pc offset. variable
147 native_pc_offset_(0), dex_pc_(0) { in PcToDexIterator()
151 native_pc_offset_ = DecodeUnsignedLeb128(&encoded_table_ptr_); in PcToDexIterator()
160 return native_pc_offset_; in NativePcOffset()
168 native_pc_offset_ += DecodeUnsignedLeb128(&encoded_table_ptr_);
187 uint32_t native_pc_offset_; // The current value of native pc offset. variable