Home
last modified time | relevance | path

Searched defs:src_kind (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc946 void CheckUnaryOp(const Instruction* inst, RegType::Kind dst_kind, RegType::Kind src_kind) in CheckUnaryOp()
955 RegType::Kind src_kind) in CheckUnaryOpWide()
964 RegType::Kind src_kind) in CheckUnaryOpToWide()
973 RegType::Kind src_kind) in CheckUnaryOpFromWide()
1105 RegType::Kind src_kind, in CheckLiteralOp()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c14259 int src_kind, dest_kind; in unicode_subscript() local