Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.h51 mirror::Object* BoxLambda(const ClosureType& closure)
Dbox_table.cc78 mirror::Object* BoxTable::BoxLambda(const ClosureType& closure) { in BoxLambda() function in art::lambda::BoxTable
/art/runtime/interpreter/
Dinterpreter_common.h928 Runtime::Current()->GetLambdaBoxTable()->BoxLambda(lambda_closure); in DoBoxLambda()