HomeSort by relevance Sort by last modified time
    Searched defs:Shorty (Results 1 - 2 of 2) sorted by null

  /art/test/003-omnibus-opcodes/src/
IntMath.java 464 static class Shorty {
473 static Shorty truncateTest(int x) {
475 Shorty shorts = new Shorty();
482 static void truncateCheck(Shorty shorts) {
603 Shorty shorts = truncateTest(-16717277); // 0xff00ea23
  /art/dexlayout/
dex_ir.h 532 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters)
533 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
539 const StringId* Shorty() const { return shorty_; }
    [all...]

Completed in 777 milliseconds