Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h928 Runtime::Current()->GetLambdaBoxTable()->BoxLambda(lambda_closure); in DoBoxLambda()
963 if (!Runtime::Current()->GetLambdaBoxTable()->UnboxLambda(boxed_closure_object, in SHARED_REQUIRES()
/art/runtime/
Druntime.h562 lambda::BoxTable* GetLambdaBoxTable() const { in GetLambdaBoxTable() function
Druntime.cc446 GetLambdaBoxTable()->SweepWeakBoxedLambdas(visitor); in SweepSystemWeaks()