Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h302 static inline lambda::Closure* ReadLambdaClosureFromVRegsOrThrow(ShadowFrame& shadow_frame, in ReadLambdaClosureFromVRegsOrThrow() function
522 ReadLambdaClosureFromVRegsOrThrow(/*inout*/shadow_frame, closure_vreg); in DoLiberateVariable()
610 ReadLambdaClosureFromVRegsOrThrow(shadow_frame, vreg_closure); in DoInvokeLambda()
918 lambda::Closure* lambda_closure = ReadLambdaClosureFromVRegsOrThrow(shadow_frame, in DoBoxLambda()