Searched refs:CLASS (Results 1 – 9 of 9) sorted by relevance
21 CLASS="art/Test999"24 javac -d "${TMP}" "$DIR/${CLASS}.java" && \25 d8 --output . "$TMP/${CLASS}.class" &&28 base64 "${TMP}/${CLASS}.class" | sed -E 's/^/ "/' | sed ':a;N;$!ba;s/\n/" +\n/g' | sed -E '$ s/$…
32 #define DEFINE_DLFUNC_PTR(CLASS, DLFUNC) decltype(DLFUNC)* CLASS::g_##DLFUNC = DLFUNC argument34 #define DEFINE_DLFUNC_PTR(CLASS, DLFUNC) decltype(DLFUNC)* CLASS::g_##DLFUNC = nullptr62 #define SET_DLFUNC_PTR(CLASS, DLFUNC) \ in LoadLibdexfileExternal()64 CLASS::g_##DLFUNC = reinterpret_cast<decltype(DLFUNC)*>(dlsym(handle, #DLFUNC)); \ in LoadLibdexfileExternal()65 LOG_ALWAYS_FATAL_IF(CLASS::g_##DLFUNC == nullptr, \ in LoadLibdexfileExternal()
6 @Retention(RetentionPolicy.CLASS)
29 @Retention(RetentionPolicy.CLASS)
32 Runnable.class.getMethod("run", EmptyArray.CLASS).getReturnType(); in main()
15 Value is 'Proxy for [interface art.Test1914$Foo]' (class: PROXY CLASS)
34 Usage: art [OPTIONS] [--] [ART_OPTIONS] CLASS
41 VISIBILITY_RUNTIME Ljava/lang/annotation/Retention; value=CLASS77 VISIBILITY_RUNTIME Ljava/lang/annotation/Retention; value=CLASS