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.cc79 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in FindBranches() local
80 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in FindBranches()
82 CatchHandlerIterator iterator(handlers_ptr); in FindBranches()
86 handlers_ptr = iterator.EndDataPointer(); in FindBranches()
/art/runtime/verifier/
Dmethod_verifier.cc1137 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in ScanTryCatchBlocks() local
1138 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()
1141 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()
1166 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()
3738 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in HandleMoveException() local
3739 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException()
3742 CatchHandlerIterator iterator(handlers_ptr); in HandleMoveException()
3780 handlers_ptr = iterator.EndDataPointer(); in HandleMoveException()
/art/runtime/
Dclass_linker.cc4868 const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0); in ResolveMethodExceptionHandlerTypes() local
4869 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4871 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()
4883 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()