Searched refs:SetUint32InUint8Array (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/runtime/verifier/ |
H A D | verifier_deps.cc | 398 static void SetUint32InUint8Array(std::vector<uint8_t>* out, in SetUint32InUint8Array() function 418 SetUint32InUint8Array(out, offsets_index, class_def_index, out->size()); in EncodeSetVector() 423 SetUint32InUint8Array(out, offsets_index, class_def_index, VerifierDeps::kNotVerifiedMarker); in EncodeSetVector() 427 SetUint32InUint8Array(out, offsets_index, class_def_index, out->size()); in EncodeSetVector()
|