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

/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/verifier/
H A Dmethod_verifier.cc612 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
613 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
616 CatchHandlerIterator iterator(handlers_ptr);
637 handlers_ptr = iterator.EndDataPointer();
2960 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
2961 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
2963 CatchHandlerIterator iterator(handlers_ptr);
2990 handlers_ptr = iterator.EndDataPointer();
/art/runtime/
H A Dclass_linker.cc3695 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
3696 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3699 CatchHandlerIterator iterator(handlers_ptr);
3711 handlers_ptr = iterator.EndDataPointer();

Completed in 1329 milliseconds