Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.h90 return handler_pc_; in GetHandlerPc()
105 uint32_t handler_pc_; variable
Dcode_data_accessor.cpp24 handler_pc_ = helpers::ReadULeb128(&sp); in CatchBlock()
Dfile_items.cpp723 return leb128::UnsignedEncodingSize(type_off) + leb128::UnsignedEncodingSize(handler_pc_) + in CalculateSize()
738 if (!writer->WriteUleb128(handler_pc_)) { in Write()
Dfile_items.h1313 : method_(method), type_(type), handler_pc_(handler_pc), code_size_(code_size) in method_()
1334 size_t handler_pc_; variable