Home
last modified time | relevance | path

Searched refs:num_ins (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/
Dshadow_frame.cc37 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { in GetThisObject()
42 return GetVRegReference(NumberOfVRegs() - num_ins); in GetThisObject()
Dinterpreter.cc439 uint16_t num_ins; in EnterInterpreterFromInvoke() local
442 num_ins = accessor.InsSize(); in EnterInterpreterFromInvoke()
449 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()
452 num_ins++; in EnterInterpreterFromInvoke()
462 size_t cur_reg = num_regs - num_ins; in EnterInterpreterFromInvoke()
Dshadow_frame.h260 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dmethod_handles.cc393 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length; in GetInsForProxyOrNativeMethod() local
396 ++num_ins; in GetInsForProxyOrNativeMethod()
399 return num_ins; in GetInsForProxyOrNativeMethod()
/art/oatdump/
Doatdump.cc1432 size_t num_ins = code_item_accessor.InsSize(); in DumpVregLocations() local
1433 size_t num_locals = num_locals_ins - num_ins; in DumpVregLocations()
1441 } else if (reg == num_locals && num_ins > 0) { in DumpVregLocations()