Searched refs:ic (Results 1 - 10 of 10) sorted by relevance

/art/test/536-checker-needs-access-check/src/
H A DMain.java50 return ic instanceof InaccessibleClass;
78 return ic instanceof InaccessibleClass;
81 public static InaccessibleClass ic; field in class:Main
/art/dexdump/
H A Ddexdump_main.cc68 const int ic = getopt(argc, argv, "acdefghijl:o:"); local
69 if (ic < 0) {
72 switch (ic) {
/art/test/ti-agent/
H A Dti_utf.h33 int ic = *utf8; local
35 if (LIKELY((ic & 0x80) == 0)) {
41 if ((ic & 0x20) == 0) {
46 if ((ic & 0x10) == 0) {
/art/dexlayout/
H A Ddexlayout_main.cc84 const int ic = getopt(argc, argv, "abcdefghil:o:p:stvw:x:"); local
85 if (ic < 0) {
88 switch (ic) {
/art/libdexfile/dex/
H A Dutf.cc56 int ic = *utf8; local
58 if (LIKELY((ic & 0x80) == 0)) {
64 if ((ic & 0x20) == 0) {
69 if ((ic & 0x10) == 0) {
H A Dutf_test.cc203 int ic; local
204 while ((ic = *utf8++) != '\0') {
206 if ((ic & 0x80) == 0) {
212 if ((ic & 0x20) == 0) {
217 if ((ic & 0x10) == 0) {
/art/compiler/optimizing/
H A Dinduction_var_analysis.h101 InductionInfo(InductionClass ic, argument
107 : induction_class(ic),
144 InductionInfo* CreateInduction(InductionClass ic, argument
151 return new (graph_->GetAllocator()) InductionInfo(ic, op, a, b, f, type);
/art/dexlist/
H A Ddexlist.cc228 const int ic = getopt(argc, argv, "o:m:"); local
229 if (ic < 0) {
232 switch (ic) {
/art/runtime/jit/
H A Djit_code_cache.h210 void CopyInlineCacheInto(const InlineCache& ic, Handle<mirror::ObjectArray<mirror::Class>> array)
H A Djit_code_cache.cc694 void JitCodeCache::CopyInlineCacheInto(const InlineCache& ic, argument
702 mirror::Class* object = ic.classes_[in_cache].Read();

Completed in 1238 milliseconds