Searched defs:code_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_quick_method_header.h46 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_);
69 return reinterpret_cast<const void*>(code_ - vmap_table_offset_);
74 return code_ - vmap_table_offset_;
83 return reinterpret_cast<const void*>(code_ - method_info_offset_);
88 return code_ - method_info_offset_;
96 return code_;
133 return (vmap_table_offset_ == 0) ? nullptr : code_ - vmap_table_offset_;
137 uintptr_t code_start = reinterpret_cast<uintptr_t>(code_);
153 ? reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(code_) | 1)
154 : code_;
203 uint8_t code_[0]; variable
[all...]
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc30 : code_(code),
40 return code_.size();
44 return ArrayRef<const uint8_t>(code_);
122 std::vector<uint8_t> code_; // The code of the thunk. member in class:art::linker::ArmBaseRelativePatcher::ThunkData
/art/dexlayout/
H A Ddex_ir.h619 : access_flags_(access_flags), method_id_(method_id), code_(code) { }
624 CodeItem* GetCodeItem() { return code_; }
631 CodeItem* code_; // This can be nullptr. member in class:art::dex_ir::MethodItem

Completed in 74 milliseconds