Home
last modified time | relevance | path

Searched refs:field_offset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_builder.cc540 size_t field_offset = buffer_.size() + 1; in EncodeBranch() local
542 op, RegisterValue(test_value), LabelValue(branch_target, instruction_offset, field_offset)); in EncodeBranch()
637 buffer_[ref.field_offset] = *label.bound_address - ref.instruction_offset; in BindLabel()
644 size_t field_offset) { in LabelValue() argument
654 label.references.push_front(LabelReference{instruction_offset, field_offset}); in LabelValue()
Ddex_builder.h474 ::dex::u2 LabelValue(const Value& label, size_t instruction_offset, size_t field_offset);
499 size_t field_offset; member