Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.cc185 Closure* unboxed_closure = in UnboxLambda() local
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()
192 *out_closure = unboxed_closure; in UnboxLambda()
/art/runtime/interpreter/
Dinterpreter_common.h961 lambda::Closure* unboxed_closure = nullptr; in SHARED_REQUIRES() local
964 /*out*/&unboxed_closure)) { in SHARED_REQUIRES()
969 DCHECK(unboxed_closure != nullptr); in SHARED_REQUIRES()
970 WriteLambdaClosureIntoVRegs(/*inout*/shadow_frame, *unboxed_closure, vreg_target_closure); in SHARED_REQUIRES()