HomeSort by relevance Sort by last modified time
    Searched refs:handlers_ptr (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
block_builder.cc 65 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
66 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
68 CatchHandlerIterator iterator(handlers_ptr);
72 handlers_ptr = iterator.EndDataPointer();
276 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
277 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
279 CatchHandlerIterator iterator(handlers_ptr);
306 handlers_ptr = iterator.EndDataPointer();
  /art/runtime/verifier/
method_verifier.cc 1028 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
3696 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
    [all...]
  /art/runtime/
class_linker.cc 4104 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
    [all...]

Completed in 592 milliseconds