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

  /art/runtime/lambda/
closure.cc 191 ShortyFieldType Closure::GetCapturedShortyType(size_t index) const {
202 DCHECK(GetCapturedShortyType(index).IsPrimitiveNarrow());
248 DCHECK(GetCapturedShortyType(index).IsPrimitiveWide());
279 DCHECK(GetCapturedShortyType(index).IsObject());
313 DCHECK(GetCapturedShortyType(index).IsLambda());
323 DCHECK(GetCapturedShortyType(index).IsLambda());
closure.h 74 ShortyFieldType GetCapturedShortyType(size_t index) const;
closure_test.cc 296 EXPECT_EQ(ShortyFieldType(shorty[index]), closure->GetCapturedShortyType(index));
  /art/runtime/interpreter/
interpreter_common.h 551 ShortyFieldType actual_type = lambda_closure->GetCapturedShortyType(captured_variable_index);
    [all...]

Completed in 31 milliseconds