Searched refs:handlers_ptr (Results 1 - 3 of 3) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc629 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
630 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
633 CatchHandlerIterator iterator(handlers_ptr);
654 handlers_ptr = iterator.EndDataPointer();
2995 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
2996 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
2998 CatchHandlerIterator iterator(handlers_ptr);
3030 handlers_ptr = iterator.EndDataPointer();
/art/compiler/dex/
H A Dmir_graph.cc319 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0); local
320 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
322 CatchHandlerIterator iterator(handlers_ptr);
328 handlers_ptr = iterator.EndDataPointer();
/art/runtime/
H A Dclass_linker.cc3752 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
3753 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3756 CatchHandlerIterator iterator(handlers_ptr);
3768 handlers_ptr = iterator.EndDataPointer();

Completed in 698 milliseconds