Searched refs:CopyUnsafeAtOffset (Results 1 - 2 of 2) sorted by relevance

/art/runtime/lambda/
H A Dclosure.cc148 CopyUnsafeAtOffset<uint8_t>(i, /*out*/&captured_variable_raw_value); // NOLINT: [whitespace/comma] [3]
217 CopyUnsafeAtOffset<bool>(offset, &result);
220 CopyUnsafeAtOffset<uint8_t>(offset, &result);
223 CopyUnsafeAtOffset<uint16_t>(offset, &result);
226 CopyUnsafeAtOffset<int16_t>(offset, &result);
229 CopyUnsafeAtOffset<int32_t>(offset, &result);
235 CopyUnsafeAtOffset<float>(offset, &result);
263 CopyUnsafeAtOffset<int64_t>(offset, &result);
266 CopyUnsafeAtOffset<double>(offset, &result);
299 CopyUnsafeAtOffset<uint32_
365 void Closure::CopyUnsafeAtOffset(size_t offset, function in class:art::lambda::Closure
[all...]
H A Dclosure.h150 inline void CopyUnsafeAtOffset(size_t offset,

Completed in 64 milliseconds