Searched defs:method_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dthrow_location.h42 method_(throw_method),
50 return method_;
59 method_ = NULL;
71 mirror::ArtMethod* method_; variable
H A Ddebugger.h51 receiver_(NULL), thread_(NULL), class_(NULL), method_(NULL),
68 mirror::ArtMethod* method_; member in struct:art::DebugInvokeReq
H A Dinstrumentation.h277 : this_object_(this_object), method_(method), return_pc_(return_pc), frame_id_(frame_id),
284 mirror::ArtMethod* method_; member in struct:art::instrumentation::InstrumentationStackFrame
H A Dobject_utils.h377 : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL),
382 : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL),
389 : class_linker_(l), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL),
414 return method_;
419 uint32_t dex_method_idx = method_->GetDexMethodIndex();
424 if (method_ == runtime->GetResolutionMethod()) {
426 } else if (method_ == runtime->GetCalleeSaveMethod(Runtime::kSaveAll)) {
428 } else if (method_ == runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)) {
430 } else if (method_ == runtime->GetCalleeSaveMethod(Runtime::kRefsAndArgs)) {
440 uint32_t dex_method_idx = method_
671 const mirror::ArtMethod* method_; member in class:art::MethodHelper
[all...]
H A Dstack.h199 DCHECK_NE(method_, static_cast<void*>(NULL));
200 return method_;
212 method_ = method;
235 return OFFSETOF_MEMBER(ShadowFrame, method_);
253 : number_of_vregs_(num_vregs), link_(link), method_(method), dex_pc_(dex_pc) {
288 mirror::ArtMethod* method_; member in class:art::ShadowFrame
290 mirror::ArtMethod* const method_; member in class:art::ShadowFrame::mirror
H A Ddex_file.h1012 return last_idx_ + method_.method_idx_delta_;
1020 return method_.access_flags_;
1042 return dex_file_.GetCodeItem(method_.code_off_);
1045 return method_.code_off_;
1102 ClassDataMethod method_; member in class:art::ClassDataItemIterator
H A Dthread.cc1867 if (i != instrumentation_frames_to_pop_ - 1 || self_->GetInstrumentationStack()->front().method_ != catch_method) {
1955 : StackVisitor(thread, context), this_object_(NULL), method_(NULL), dex_pc_(0) {}
1965 method_ = m;
1970 mirror::ArtMethod* method_; member in struct:art::CurrentMethodVisitor
1980 return visitor.method_;
1988 return ThrowLocation(visitor.this_object_, visitor.method_, visitor.dex_pc_);
2181 mirror::ArtMethod* method = (*it).method_;
2214 mirror::ArtMethod* method = frame.method_;

Completed in 4214 milliseconds