Lines Matching refs:ArrayRef
104 const ArrayRef<const uint8_t>& code,
105 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {
111 /* vmap_table */ ArrayRef<const uint8_t>(),
112 /* cfi_info */ ArrayRef<const uint8_t>(),
168 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link()
171 code = ArrayRef<const uint8_t>(patched_code_); in Link()
211 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
228 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod()
237 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
238 const ArrayRef<const uint8_t>& linked_code) { in DumpDiff()
277 ArrayRef<const uint8_t> code, in SetThunkCode()
283 /*out*/ ArrayRef<const uint8_t>* code, in GetThunkCode()
329 ThunkValue(ArrayRef<const uint8_t> code, const std::string& debug_name) in ThunkValue()
331 ArrayRef<const uint8_t> GetCode() const { return ArrayRef<const uint8_t>(code_); } in GetCode()