Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc65 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); in CreateBranchTargets() local
66 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in CreateBranchTargets()
68 CatchHandlerIterator iterator(handlers_ptr); in CreateBranchTargets()
72 handlers_ptr = iterator.EndDataPointer(); in CreateBranchTargets()
276 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); in InsertTryBoundaryBlocks() local
277 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in InsertTryBoundaryBlocks()
279 CatchHandlerIterator iterator(handlers_ptr); in InsertTryBoundaryBlocks()
306 handlers_ptr = iterator.EndDataPointer(); in InsertTryBoundaryBlocks()
/art/runtime/verifier/
Dmethod_verifier.cc1071 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in ScanTryCatchBlocks() local
1072 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()
1075 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()
1101 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()
3776 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in GetCaughtExceptionType() local
3777 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in GetCaughtExceptionType()
3779 CatchHandlerIterator iterator(handlers_ptr); in GetCaughtExceptionType()
3813 handlers_ptr = iterator.EndDataPointer(); in GetCaughtExceptionType()
/art/runtime/
Dclass_linker.cc4266 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveMethodExceptionHandlerTypes() local
4267 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4269 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4281 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()