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

/art/compiler/optimizing/
H A Dbuilder.cc297 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item, 0); local
298 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
300 CatchHandlerIterator iterator(handlers_ptr);
310 handlers_ptr = iterator.EndDataPointer();
/art/compiler/dex/
H A Dmir_graph.cc375 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0); local
376 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
378 CatchHandlerIterator iterator(handlers_ptr);
383 handlers_ptr = iterator.EndDataPointer();
/art/runtime/verifier/
H A Dmethod_verifier.cc741 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
742 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
745 CatchHandlerIterator iterator(handlers_ptr);
771 handlers_ptr = iterator.EndDataPointer();
3187 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
3188 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3190 CatchHandlerIterator iterator(handlers_ptr);
3222 handlers_ptr = iterator.EndDataPointer();
/art/runtime/
H A Dclass_linker.cc3247 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
3248 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3251 CatchHandlerIterator iterator(handlers_ptr);
3263 handlers_ptr = iterator.EndDataPointer();

Completed in 461 milliseconds