Searched refs:GetCatchHandlerData (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dblock_builder.cc65 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0);
276 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0);
/art/runtime/
H A Ddex_file_verifier.cc449 const uint8_t* handlers_base = DexFile::GetCatchHandlerData(*code_item, 0);
994 ptr_ = DexFile::GetCatchHandlerData(*code_item, 0);
H A Ddex_file.h810 static const uint8_t* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) { function in class:art::DexFile
H A Ddex_file.cc2515 Init(DexFile::GetCatchHandlerData(code_item, offset));
H A Dclass_linker.cc4136 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0);
/art/runtime/verifier/
H A Dmethod_verifier.cc1028 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
3696 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
/art/compiler/driver/
H A Dcompiler_driver.cc1028 const uint8_t* encoded_catch_handler_list = DexFile::GetCatchHandlerData(*code_item, 0);

Completed in 178 milliseconds