Home
last modified time | relevance | path

Searched refs:kSignedByte (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h390 kSignedByte, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc589 INTRINSIC(LibcoreIoMemory, PeekByte, J_B, kIntrinsicPeek, kSignedByte),
593 INTRINSIC(LibcoreIoMemory, PokeByte, JB_V, kIntrinsicPoke, kSignedByte),
/art/compiler/optimizing/
Dintrinsics.cc101 case kSignedByte: in GetType()