Lines Matching refs:ArtMethod
37 class ArtMethod; variable
78 ArtMethod* method, uint32_t dex_pc) { in CreateDeoptimizedFrame()
91 ArtMethod* method, uint32_t dex_pc, void* memory) { in Create()
241 ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethod()
282 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame()
306 ArtMethod* method_;
354 ArtMethod** GetTopQuickFrame() const { in GetTopQuickFrame()
358 void SetTopQuickFrame(ArtMethod** top) { in SetTopQuickFrame()
401 ArtMethod** top_quick_frame_;
428 ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethod()
482 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
485 bool IsReferenceVReg(ArtMethod* m, uint16_t vreg)
488 bool GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const
491 bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi,
495 bool SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
498 bool SetVRegPair(ArtMethod* m, uint16_t vreg, uint64_t new_value,
505 uint32_t* GetVRegAddrFromQuickCode(ArtMethod** cur_quick_frame, in GetVRegAddrFromQuickCode()
586 ArtMethod** GetCurrentQuickFrame() const { in GetCurrentQuickFrame()
595 ArtMethod** sp = GetCurrentQuickFrame(); in GetCurrentHandleScope()
636 bool GetVRegFromQuickCode(ArtMethod* m, uint16_t vreg, VRegKind kind,
639 bool GetVRegFromOptimizedCode(ArtMethod* m, uint16_t vreg, VRegKind kind,
645 bool GetVRegPairFromQuickCode(ArtMethod* m, uint16_t vreg, VRegKind kind_lo,
648 bool GetVRegPairFromOptimizedCode(ArtMethod* m, uint16_t vreg,
656 bool SetVRegFromQuickCode(ArtMethod* m, uint16_t vreg, uint32_t new_value,
662 bool SetVRegPairFromQuickCode(ArtMethod* m, uint16_t vreg, uint64_t new_value,
674 ArtMethod** cur_quick_frame_;