Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h184 uint32_t closure_lo = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(&lambda_closure)); in WriteLambdaClosureIntoVRegs() local
190 DCHECK_NE(closure_lo | closure_hi, 0u); in WriteLambdaClosureIntoVRegs()
192 shadow_frame.SetVReg(vreg, closure_lo); in WriteLambdaClosureIntoVRegs()