Searched refs:NumArgRegisters (Results 1 – 4 of 4) sorted by relevance
81 size_t ArtMethod::NumArgRegisters(const StringPiece& shorty) { in NumArgRegisters() function in art::ArtMethod
215 static size_t NumArgRegisters(const StringPiece& shorty);
1529 uint16_t vreg_count = ArtMethod::NumArgRegisters(m->GetShorty()); in DemangleSlot()1705 expandBufAdd4BE(pReply, ArtMethod::NumArgRegisters(shorty)); in OutputVariableTable()
325 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()