Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.h55 bool UnboxLambda(mirror::Object* object, ClosureType* out_closure)
Dbox_table.cc157 bool BoxTable::UnboxLambda(mirror::Object* object, ClosureType* out_closure) { in UnboxLambda() function in art::lambda::BoxTable
/art/runtime/interpreter/
Dinterpreter_common.h963 if (!Runtime::Current()->GetLambdaBoxTable()->UnboxLambda(boxed_closure_object, in SHARED_REQUIRES()