Searched refs:code_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Doat_quick_method_header.h46 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_);
70 return reinterpret_cast<const void*>(code_ - vmap_table_offset_);
75 return code_ - vmap_table_offset_;
84 return reinterpret_cast<const void*>(code_ - method_info_offset_);
89 return code_ - method_info_offset_;
97 return code_;
134 return (vmap_table_offset_ == 0) ? nullptr : code_ - vmap_table_offset_;
138 uintptr_t code_start = reinterpret_cast<uintptr_t>(code_);
154 ? reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(code_) | 1)
155 : code_;
204 uint8_t code_[0]; variable
[all...]
/art/compiler/jni/quick/
H A Djni_compiler.h40 code_(std::move(code)),
50 ArrayRef<const uint8_t> GetCode() const { return ArrayRef<const uint8_t>(code_); }
58 std::vector<uint8_t> code_; member in class:art::JniCompiledMethod
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc34 : code_(std::move(code)),
44 return code_.size();
48 return ArrayRef<const uint8_t>(code_);
145 std::vector<uint8_t> code_; // The code of the thunk. member in class:art::linker::ArmBaseRelativePatcher::ThunkData
/art/runtime/jit/
H A Djit_code_cache.cc108 JniStubData() : code_(nullptr), methods_() {}
112 code_ = code;
116 return code_;
156 const void* code_; member in class:art::jit::JitCodeCache::JniStubData
/art/dexlayout/
H A Ddex_ir.h764 : access_flags_(access_flags), method_id_(method_id), code_(code) { }
769 CodeItem* GetCodeItem() { return code_; }
776 CodeItem* code_; // This can be nullptr. member in class:art::dex_ir::MethodItem
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S867 * of the target Method* in $v0 and method->code_ in $v1.
886 move $t9, $v1 # save $v0->code_
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S932 * of the target Method* in $v0 and method->code_ in $v1.
948 move $t9, $v1 # save $v0->code_

Completed in 98 milliseconds