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

  /art/runtime/
oat_quick_method_header.h 61 return code_size_ != 0 && vmap_table_offset_ != 0;
79 return code_size_;
94 return code_start <= pc && pc <= (code_start + code_size_);
133 uint32_t code_size_; variable
oat_file-inl.h 47 return reinterpret_cast<const uint8_t*>(&method_header->code_size_) - begin_;
104 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_;
oat_quick_method_header.cc 33 code_size_(code_size) {}
art_method.cc 462 << " " << (uintptr_t)(method_header->code_ + method_header->code_size_);
stack.cc 645 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->code_size_;
    [all...]
utils.cc 1102 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_;
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 373 << reinterpret_cast<const void*>(method_header->GetEntryPoint() + method_header->code_size_);
    [all...]

Completed in 246 milliseconds