Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc89 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in CreateBranchTargets() local
90 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in CreateBranchTargets()
92 CatchHandlerIterator iterator(handlers_ptr); in CreateBranchTargets()
96 handlers_ptr = iterator.EndDataPointer(); in CreateBranchTargets()
312 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in InsertTryBoundaryBlocks() local
313 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in InsertTryBoundaryBlocks()
315 CatchHandlerIterator iterator(handlers_ptr); in InsertTryBoundaryBlocks()
350 handlers_ptr = iterator.EndDataPointer(); in InsertTryBoundaryBlocks()
/art/tools/veridex/
Dflow_analysis.cc76 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in FindBranches() local
77 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in FindBranches()
79 CatchHandlerIterator iterator(handlers_ptr); in FindBranches()
83 handlers_ptr = iterator.EndDataPointer(); in FindBranches()
/art/runtime/verifier/
Dmethod_verifier.cc1131 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in ScanTryCatchBlocks() local
1132 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()
1135 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()
1160 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()
3797 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in HandleMoveException() local
3798 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException()
3801 CatchHandlerIterator iterator(handlers_ptr); in HandleMoveException()
3839 handlers_ptr = iterator.EndDataPointer(); in HandleMoveException()
/art/runtime/
Dclass_linker.cc5004 const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0); in ResolveMethodExceptionHandlerTypes() local
5005 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()
5007 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()
5019 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()