Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dcode_data_accessor.h90 return handlerPc_; in GetHandlerPc()
105 uint32_t handlerPc_; member in ark::panda_file::CodeDataAccessor::CatchBlock
H A Dcode_data_accessor.cpp24 handlerPc_ = helpers::ReadULeb128(&sp); in CatchBlock()
H A Dfile_items.cpp684 return leb128::UnsignedEncodingSize(typeOff) + leb128::UnsignedEncodingSize(handlerPc_) + in CalculateSize()
698 if (!writer->WriteUleb128(handlerPc_)) { in Write()
H A Dfile_items.h1425 : method_(method), type_(type), handlerPc_(handlerPc), codeSize_(codeSize) in CatchBlock()
1446 return handlerPc_; in GetHandlerPc()
1466 size_t handlerPc_; member in ark::panda_file::ClassTag::CodeItem::CatchBlock

Completed in 7 milliseconds