Home
last modified time | relevance | path

Searched refs:kShort (Results 1 – 9 of 9) sorted by relevance

/art/runtime/lambda/
Dshorty_field_type.h51 kShort = 'S', enumerator
90 case kShort: in MaybeCreate()
223 case kShort: in IsPrimitiveNarrow()
268 case kShort: in GetStaticSize()
302 case kShort: in ToString()
463 SHORTY_FIELD_TYPE_SELECT_IMPL(int16_t, kShort);
Dshorty_field_type_test.cc115 static constexpr ShortyFieldType kSS = ShortyFieldType::kShort;
156 ShortyFieldType::kShort, in TEST_F()
291 ShortyTypeCharacteristics<int16_t, ShortyFieldType::kShort> chars; in TEST_F()
Dclosure.cc225 case ShortyFieldType::kShort: in GetCapturedPrimitiveNarrow()
/art/runtime/
Dtransaction.h130 kShort, enumerator
Dtransaction.cc314 LogValue(ObjectLog::kShort, offset, value, is_volatile); in LogShortValue()
393 case kShort: in UndoFieldWrite()
Ddex_file.h1559 kShort = 0x02, enumerator
Ddex_file.cc2407 case kShort: in Next()
2457 case kShort: field->SetShort<kTransactionActive>(field->GetDeclaringClass(), jval_.s); break; in ReadValueToField()
/art/runtime/interpreter/
Dinterpreter_common.h430 case ShortyFieldType::kShort: { in DoCaptureVariable()
/art/dexdump/
Ddexdump.cc1086 case EncodedStaticFieldValueIterator::kShort: in dumpSFieldValue()