Home
last modified time | relevance | path

Searched defs:handler_data (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc680 const uint8_t* handler_data = GetCatchHandlerData(code_item, 0); in GetCodeItemSize() local
1558 void CatchHandlerIterator::Init(const uint8_t* handler_data) { in Init()
Ddex_file.h839 const uint8_t* handler_data = in GetCatchHandlerData() local
1607 explicit CatchHandlerIterator(const uint8_t* handler_data) { in CatchHandlerIterator()