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

  /art/compiler/optimizing/
block_builder.cc 67 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
68 for (uint32_t idx = 0; idx < handlers_size; ++idx) {
287 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
288 for (uint32_t idx = 0; idx < handlers_size; ++idx) {
  /art/runtime/
dex_file_verifier.h 78 uint32_t* handler_offsets, uint32_t handlers_size);
dex_file_verifier.cc 572 uint32_t* handler_offsets, uint32_t handlers_size) {
575 for (uint32_t i = 0; i < handlers_size; i++) {
    [all...]
dex_file.cc 687 uint32_t handlers_size = DecodeUnsignedLeb128(&handler_data); local
689 for (uint32_t i = 0; i < handlers_size; ++i) {
    [all...]
class_linker.cc 4466 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
    [all...]
  /art/dexlayout/
dex_ir.cc 622 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_data); local
623 while (handlers_size > handler_list->size()) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1072 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
3776 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
    [all...]

Completed in 99 milliseconds