Searched refs:code_offset_ (Results 1 – 5 of 5) sorted by relevance
104 return code_offset_; in GetCodeOffset()108 return GetOatPointer<const void*>(code_offset_); in GetQuickCode()138 : begin_(base), code_offset_(code_offset) { in OatMethod()161 uint32_t code_offset_; variable
170 uint32_t code_offset_; variable
475 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
743 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
167 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()173 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()189 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()195 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()211 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()217 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()494 offsets->code_offset_ = quick_code_offset; in VisitMethod()629 method->SetEntryPointFromQuickCompiledCodePtrSize(reinterpret_cast<void*>(offsets.code_offset_), in VisitMethod()700 if (method_offsets.code_offset_ >= offset_) { in VisitMethod()718 DCHECK_EQ(method_offsets.code_offset_, in VisitMethod()