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

  /art/runtime/mirror/
method_type.h 52 return GetFieldObject<Class>(OFFSET_OF_OBJECT_MEMBER(MethodType, r_type_));
85 return MemberOffset(OFFSETOF_MEMBER(MethodType, r_type_));
95 HeapReference<mirror::Class> r_type_; member in class:art::mirror::MethodType
  /toolchain/binutils/binutils-2.25/gold/
arm.cc 208 { return this->r_type_; }
227 : data_(data), type_(type), r_type_(r_type), reloc_addend_(reloc_addend)
236 unsigned int r_type_; member in class:__anon115852::Insn_template
    [all...]
aarch64.cc 579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
584 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
598 { return this->r_type_; }
633 unsigned int r_type_; member in class:__anon115844::Output_data_got_aarch64::Static_reloc
    [all...]
powerpc.cc 1240 unsigned int r_type_; member in class:__anon115888::Target_powerpc::Branch_info
    [all...]
mips.cc 2145 unsigned int r_type_; member in class:__anon115870::Mips_output_data_got::Static_reloc
3476 unsigned int r_type_; member in class:__anon115870::Target_mips::Dyn_reloc
    [all...]

Completed in 177 milliseconds