Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.cc157 bool BoxTable::UnboxLambda(mirror::Object* object, ClosureType* out_closure) { in UnboxLambda() argument
159 *out_closure = nullptr; in UnboxLambda()
192 *out_closure = unboxed_closure; in UnboxLambda()
Dbox_table.h55 bool UnboxLambda(mirror::Object* object, ClosureType* out_closure)