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

  /art/compiler/optimizing/
block_builder.cc 66 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
67 for (uint32_t idx = 0; idx < handlers_size; ++idx) {
277 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
278 for (uint32_t idx = 0; idx < handlers_size; ++idx) {
  /art/runtime/
dex_file_verifier.h 61 uint32_t* handler_offsets, uint32_t handlers_size);
dex_file_verifier.cc 448 uint32_t* handler_offsets, uint32_t handlers_size) {
451 for (uint32_t i = 0; i < handlers_size; i++) {
995 uint32_t handlers_size = DecodeUnsignedLeb128(&ptr_); local
    [all...]
class_linker.cc 4105 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1029 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
3697 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); local
    [all...]

Completed in 481 milliseconds