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.cc1130 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in ScanTryCatchBlocks() local
1131 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()
1134 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()
1159 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()
3796 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in HandleMoveException() local
3797 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException()
3800 CatchHandlerIterator iterator(handlers_ptr); in HandleMoveException()
3838 handlers_ptr = iterator.EndDataPointer(); in HandleMoveException()
/art/runtime/
Dclass_linker.cc4913 const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0); in ResolveMethodExceptionHandlerTypes() local
4914 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4916 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4928 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()