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

/art/compiler/optimizing/
H A Dblock_builder.cc65 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
66 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
68 CatchHandlerIterator iterator(handlers_ptr);
72 handlers_ptr = iterator.EndDataPointer();
276 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
277 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
279 CatchHandlerIterator iterator(handlers_ptr);
306 handlers_ptr = iterator.EndDataPointer();
/art/runtime/verifier/
H A Dmethod_verifier.cc1028 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
1029 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
1032 CatchHandlerIterator iterator(handlers_ptr);
1058 handlers_ptr = iterator.EndDataPointer();
3696 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
3697 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
3699 CatchHandlerIterator iterator(handlers_ptr);
3732 handlers_ptr = iterator.EndDataPointer();
/art/runtime/
H A Dclass_linker.cc4104 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
4105 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
4107 CatchHandlerIterator iterator(handlers_ptr);
4119 handlers_ptr = iterator.EndDataPointer();

Completed in 111 milliseconds