Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h185 uint32_t closure_hi = static_cast<uint32_t>(reinterpret_cast<uint64_t>(&lambda_closure) in WriteLambdaClosureIntoVRegs() local
190 DCHECK_NE(closure_lo | closure_hi, 0u); in WriteLambdaClosureIntoVRegs()
193 shadow_frame.SetVReg(vreg + 1, closure_hi); in WriteLambdaClosureIntoVRegs()