Home
last modified time | relevance | path

Searched refs:start_pc_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dcode_data_accessor.h36 return start_pc_; in GetStartPc()
66 uint32_t start_pc_; member in panda::panda_file::CodeDataAccessor::TryBlock
H A Dcode_data_accessor.cpp31 start_pc_ = helpers::ReadULeb128(&data); in TryBlock()
H A Dfile_items.cpp777 return leb128::UnsignedEncodingSize(start_pc_) + leb128::UnsignedEncodingSize(length_) + in CalculateSizeWithoutCatchBlocks()
796 if (!writer->WriteUleb128(start_pc_)) { in Write()
H A Dfile_items.h1368 : start_pc_(start_pc), length_(length), catch_blocks_(std::move(catch_blocks)) in TryBlock()
1391 size_t start_pc_; member in panda::panda_file::ClassTag::MethodTag::FieldTag::CodeItem::TryBlock

Completed in 7 milliseconds