Home
last modified time | relevance | path

Searched refs:NumArgRegisters (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dart_method.cc81 size_t ArtMethod::NumArgRegisters(const StringPiece& shorty) { in NumArgRegisters() function in art::ArtMethod
Dart_method.h215 static size_t NumArgRegisters(const StringPiece& shorty);
Ddebugger.cc1529 uint16_t vreg_count = ArtMethod::NumArgRegisters(m->GetShorty()); in DemangleSlot()
1705 expandBufAdd4BE(pReply, ArtMethod::NumArgRegisters(shorty)); in OutputVariableTable()
/art/runtime/interpreter/
Dinterpreter.cc325 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()