Home
last modified time | relevance | path

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

/art/runtime/
Djvalue-inl.h30 #define DEFINE_FROM(type, chr) \ argument
33 res.Set ## chr(v); \
/art/test/ti-stress/
Dstress.cc486 #define SEND_VALUE(chr, sym, type) \ in PrintJValue() argument
487 case chr: { \ in PrintJValue()
/art/test/1953-pop-frame/
Dpop_frame.cc972 ScopedUtfChars chr(env, name); in Java_art_Test1953_isClassLoaded() local
989 res = (strcmp(sig, chr.c_str()) == 0); in Java_art_Test1953_isClassLoaded()