Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc741 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in ScanTryCatchBlocks() local
3187 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in GetCaughtExceptionType() local
/art/compiler/dex/
Dmir_graph.cc375 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0); in ProcessTryCatchBlocks() local
/art/compiler/optimizing/
Dbuilder.cc297 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item, 0); in BuildGraph() local
/art/runtime/
Dclass_linker.cc3247 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveMethodExceptionHandlerTypes() local