Searched defs:four (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dutf-inl.h52 const uint8_t four = *(*utf8_data_in)++; local
60 | ((three & 0x3f) << 6) | (four & 0x3f);
/art/test/093-serialization/src/
H A DMain.java109 Double four; field in class:Sub
118 four = 4.0;
128 + " four=" + four + " five=" + five + " six=" + six
/art/compiler/optimizing/
H A Dregister_allocator_test.cc793 HInstruction* four = new (&allocator) HParameterValue(0, Primitive::kPrimInt); local
797 entry->AddInstruction(four);
849 LiveInterval* fourth = BuildInterval(ranges4, arraysize(ranges4), &allocator, -1, four);

Completed in 85 milliseconds