HomeSort by relevance Sort by last modified time
    Searched refs:Shorty (Results 1 - 6 of 6) 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_verify.cc 94 if (orig->Shorty()->GetIndex() != output->Shorty()->GetIndex()) {
98 orig->Shorty()->GetIndex(),
99 output->Shorty()->GetIndex());
    [all...]
dex_visualize.cc 151 DumpStringId(proto_id->Shorty(), class_index);
dex_writer.cc 286 buffer[0] = proto_id->Shorty()->GetIndex();
dexlayout.cc     [all...]
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 118 milliseconds