Home
last modified time | relevance | path

Searched refs:boxed_closure_as_array (Results 1 – 1 of 1) sorted by relevance

/art/runtime/lambda/
Dbox_table.cc179 BoxedClosurePointerType boxed_closure_as_array = in UnboxLambda() local
182 const int8_t* unaligned_interior_closure = boxed_closure_as_array->GetData(); in UnboxLambda()
186 LeakingAllocator::MakeFlexibleInstance<Closure>(self, boxed_closure_as_array->GetLength()); in UnboxLambda()
188 memcpy(unboxed_closure, unaligned_interior_closure, boxed_closure_as_array->GetLength()); in UnboxLambda()
190 DCHECK_EQ(unboxed_closure->GetSize(), static_cast<size_t>(boxed_closure_as_array->GetLength())); in UnboxLambda()