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 66 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
67 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
69 CatchHandlerIterator iterator(handlers_ptr);
73 handlers_ptr = iterator.EndDataPointer();
286 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(code_item_, 0); local
287 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
289 CatchHandlerIterator iterator(handlers_ptr);
316 handlers_ptr = iterator.EndDataPointer();
  /art/runtime/verifier/
method_verifier.cc 1071 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
3775 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); local
    [all...]
  /art/runtime/
class_linker.cc 4465 const uint8_t* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); local
    [all...]

Completed in 206 milliseconds