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

  /art/runtime/lambda/
shorty_field_type.h 214 return IsPrimitiveNarrow() || IsPrimitiveWide();
218 inline bool IsPrimitiveNarrow() const {
closure.cc 202 DCHECK(GetCapturedShortyType(index).IsPrimitiveNarrow());
shorty_field_type_test.cc 237 EXPECT_EQ(is_primitive_narrow_, shorty.IsPrimitiveNarrow());
  /art/runtime/interpreter/
interpreter_common.h 572 if (shorty_type.IsPrimitiveNarrow()) {
    [all...]

Completed in 34 milliseconds