HomeSort by relevance Sort by last modified time
    Searched refs:boxed_closure_object (Results 1 - 2 of 2) sorted by null

  /art/runtime/lambda/
box_table.cc 166 mirror::Object* boxed_closure_object = object; local
169 if (UNLIKELY(!boxed_closure_object->InstanceOf(GetBoxedClosureClass()))) {
170 ThrowClassCastException(GetBoxedClosureClass(), boxed_closure_object->GetClass());
180 down_cast<BoxedClosurePointerType>(boxed_closure_object);
  /art/runtime/interpreter/
interpreter_common.h 955 mirror::Object* boxed_closure_object = shadow_frame.GetVRegReference(vreg_source_object); local
    [all...]

Completed in 588 milliseconds