Home
last modified time | relevance | path

Searched defs:handlers_size (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_file_verifier.cc400 uint32_t* handler_offsets, uint32_t handlers_size) { in CheckAndGetHandlerOffsets()
761 uint32_t handlers_size = DecodeUnsignedLeb128(&ptr_); in CheckIntraCodeItem() local
Dclass_linker.cc3753 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes() local
/art/runtime/verifier/
Dmethod_verifier.cc630 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks() local
2996 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in GetCaughtExceptionType() local
/art/compiler/dex/
Dmir_graph.cc320 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ProcessTryCatchBlocks() local