Lines Matching refs:method_
76 AllocRecordStackTraceElement() : method_(nullptr), dex_pc_(0) { in AllocRecordStackTraceElement()
87 return soa.DecodeMethod(method_); in Method()
92 method_ = soa.EncodeMethod(m); in SetMethod()
104 jmethodID method_; member in art::AllocRecordStackTraceElement
189 : method_(nullptr), dex_pc_(dex_pc), deoptimization_kind_(deoptimization_kind) { in Breakpoint()
194 method_ = soa.EncodeMethod(method); in Breakpoint()
198 : method_(nullptr), dex_pc_(other.dex_pc_), in SHARED_LOCKS_REQUIRED()
201 method_ = soa.EncodeMethod(other.Method()); in SHARED_LOCKS_REQUIRED()
206 return soa.DecodeMethod(method_); in Method()
219 jmethodID method_; member in art::Breakpoint
4852 return soa.DecodeMethod(method_); in Method()
4857 method_ = soa.EncodeMethod(m); in SetMethod()