Lines Matching refs:ArtMethod
36 class ArtMethod; variable
182 ArtMethod* GetMethod() const REQUIRES_SHARED(Locks::mutator_lock_);
186 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_);
188 ArtMethod* GetOuterMethod() const { in GetOuterMethod()
224 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
227 bool GetVReg(ArtMethod* m,
235 bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi,
241 bool SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind)
246 bool SetVRegReference(ArtMethod* m, uint16_t vreg, ObjPtr<mirror::Object> new_value)
251 bool SetVRegPair(ArtMethod* m,
277 ArtMethod** GetCurrentQuickFrame() const { in GetCurrentQuickFrame()
323 bool GetVRegFromOptimizedCode(ArtMethod* m,
334 bool GetVRegPairFromOptimizedCode(ArtMethod* m,
343 ShadowFrame* PrepareSetVReg(ArtMethod* m, uint16_t vreg, bool wide)
354 ArtMethod** cur_quick_frame_;