Searched refs:SetUint32InUint8Array (Results 1 – 1 of 1) sorted by relevance
/art/runtime/verifier/ |
D | verifier_deps.cc | 388 static void SetUint32InUint8Array(std::vector<uint8_t>* out, in SetUint32InUint8Array() function 408 SetUint32InUint8Array(out, offsets_index, class_def_index, out->size()); in EncodeSetVector() 413 SetUint32InUint8Array(out, offsets_index, class_def_index, VerifierDeps::kNotVerifiedMarker); in EncodeSetVector() 417 SetUint32InUint8Array(out, offsets_index, class_def_index, out->size()); in EncodeSetVector()
|