Home
last modified time | relevance | path

Searched refs:IsLambda (Results 1 – 5 of 5) sorted by relevance

/art/runtime/lambda/
Dshorty_field_type.h249 inline bool IsLambda() const { in IsLambda() function
255 return !IsLambda(); in IsStaticSize()
Dclosure.cc313 DCHECK(GetCapturedShortyType(index).IsLambda()); in GetCapturedClosureSize()
323 DCHECK(GetCapturedShortyType(index).IsLambda()); in CopyCapturedClosure()
Dclosure_builder.cc183 DCHECK(shorty.IsLambda()) in WriteValues()
Dshorty_field_type_test.cc240 EXPECT_EQ(is_lambda_, shorty.IsLambda()); in CheckExpects()
/art/runtime/interpreter/
Dinterpreter_common.h259 } else if (shorty_field_type.IsLambda()) { in DoCreateLambda()
530 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) { in DoLiberateVariable()
543 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) { in DoLiberateVariable()
559 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) { in DoLiberateVariable()
565 if (actual_type.IsLambda() || actual_type.IsObject()) { in DoLiberateVariable()
586 } else if (shorty_type.IsLambda()) { in DoLiberateVariable()