Lines Matching refs:ArrayRef
79 const ArrayRef<const uint8_t>& code,
80 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {
89 /* method_info */ ArrayRef<const uint8_t>(),
90 /* vmap_table */ ArrayRef<const uint8_t>(),
91 /* cfi_info */ ArrayRef<const uint8_t>(),
147 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link()
150 code = ArrayRef<const uint8_t>(patched_code_); in Link()
190 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
207 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod()
216 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
217 const ArrayRef<const uint8_t>& linked_code) { in DumpDiff()