Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h181 inline void ArtField::SetChar(ObjPtr<mirror::Object> object, uint16_t c) { in SetChar() function
/art/dexlayout/
Ddex_ir.h774 void SetChar(uint16_t c) { u_.char_val_ = c; } in SetChar() function