Searched refs:BoxLambda (Results 1 – 3 of 3) sorted by relevance
51 mirror::Object* BoxLambda(const ClosureType& closure)
78 mirror::Object* BoxTable::BoxLambda(const ClosureType& closure) { in BoxLambda() function in art::lambda::BoxTable
928 Runtime::Current()->GetLambdaBoxTable()->BoxLambda(lambda_closure); in DoBoxLambda()