Home
last modified time | relevance | path

Searched defs:NumberOfVRegs (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dmethod_type.cc136 size_t MethodType::NumberOfVRegs() { in NumberOfVRegs() function in art::mirror::MethodType
140 size_t MethodType::NumberOfVRegs(ObjPtr<mirror::MethodType> method_type) { in NumberOfVRegs() function in art::mirror::MethodType
145 size_t MethodType::NumberOfVRegs(Handle<mirror::MethodType> method_type) { in NumberOfVRegs() function in art::mirror::MethodType
149 size_t MethodType::NumberOfVRegs(RawMethodType method_type) { in NumberOfVRegs() function in art::mirror::MethodType
/art/runtime/interpreter/
Dshadow_frame.h103 uint32_t NumberOfVRegs() const { in NumberOfVRegs() function