Home
last modified time | relevance | path

Searched refs:GetCapturedObject (Results 1 – 4 of 4) sorted by relevance

/art/runtime/lambda/
Dclosure.h87 mirror::Object* GetCapturedObject(size_t index) const SHARED_REQUIRES(Locks::mutator_lock_); in PACKED()
Dclosure_test.cc221 EXPECT_EQ(object, closure->GetCapturedObject(index)) in ExpectCapturedVariable()
Dclosure.cc278 mirror::Object* Closure::GetCapturedObject(size_t index) const { in GetCapturedObject() function in art::lambda::Closure
/art/runtime/interpreter/
Dinterpreter_common.h582 lambda_closure->GetCapturedObject(captured_variable_index); in DoLiberateVariable()