Home | History | Annotate | Download | only in runtime

Lines Matching refs:CodeItem

806   const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
815 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) {
839 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) {
848 bool DexFile::DecodeDebugLocalInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
999 bool DexFile::DecodeDebugPositionInfo(const CodeItem* code_item, DexDebugNewPositionCb position_cb,
2481 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) {
2506 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item,
2512 void CatchHandlerIterator::Init(const DexFile::CodeItem& code_item,