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

  /art/runtime/lambda/
shorty_field_type.h 214 return IsPrimitiveNarrow() || IsPrimitiveWide();
233 inline bool IsPrimitiveWide() const {
closure.cc 248 DCHECK(GetCapturedShortyType(index).IsPrimitiveWide());
shorty_field_type_test.cc 238 EXPECT_EQ(is_primitive_wide_, shorty.IsPrimitiveWide());
  /art/runtime/interpreter/
interpreter_common.h 530 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
543 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
559 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
576 } else if (shorty_type.IsPrimitiveWide()) {
    [all...]

Completed in 34 milliseconds