Searched refs:instruction_offset (Results 1 – 2 of 2) sorted by relevance
487 size_t instruction_offset = buffer_.size(); in EncodeBranch() local490 op, RegisterValue(test_value), LabelValue(branch_target, instruction_offset, field_offset)); in EncodeBranch()537 buffer_[ref.field_offset] = *label.bound_address - ref.instruction_offset; in BindLabel()543 ::dex::u2 MethodBuilder::LabelValue(const Value& label_id, size_t instruction_offset, in LabelValue() argument550 return *label.bound_address - instruction_offset; in LabelValue()554 label.references.push_front(LabelReference{instruction_offset, field_offset}); in LabelValue()
405 ::dex::u2 LabelValue(const Value& label, size_t instruction_offset, size_t field_offset);428 size_t instruction_offset; member