HomeSort by relevance Sort by last modified time
    Searched refs:GetMethod (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
142 %ignore Class::GetMethod();
143 %ignore Class::GetMethod() const;
170 %define %attribute_readonly(Class, AttributeType, AttributeName, GetMethod, GetMethodCall)
171 %ignore Class::GetMethod();
172 %ignore Class::GetMethod() const;
196 %define %attribute(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
198 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, self_->GetMethod(), self_->SetMethod(val_))
200 %attribute_readonly(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, self_->GetMethod()
    [all...]
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 30 ArtMethod* method = shadow_frame->GetMethod();
47 method = shadow_frame->GetMethod();
  /art/runtime/
check_reference_map_visitor.h 35 ArtMethod* m = GetMethod();
56 if (GetMethod()->IsOptimized(sizeof(void*))) {
66 ArtMethod* m = GetMethod();
107 ArtMethod* m = GetMethod();
nth_caller_visitor.h 37 ArtMethod* m = GetMethod();
stack.cc 42 ArtMethod* m = GetMethod();
56 ArtMethod* m = GetMethod();
70 if (current_frame->GetMethod()->IsNative()) {
114 return GetMethod()->ToDexPc(cur_quick_frame_pc_, abort_on_failure);
125 ArtMethod* m = GetMethod();
161 return GetMethod()->NativeQuickPcOffset(cur_quick_frame_pc_);
194 DCHECK(m == GetMethod());
306 DCHECK(m == GetMethod());
382 DCHECK(m == GetMethod());
397 DCHECK(m == GetMethod());
    [all...]
profiler.h 60 MethodReference GetMethod() { return method_; }
73 MethodReference mr1 = node1->GetMethod();
74 MethodReference mr2 = node2->GetMethod();
quick_exception_handler.cc 56 ArtMethod* method = GetMethod();
172 ArtMethod* method = GetMethod();
363 CHECK(GetMethod() != nullptr);
stack.h 241 ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
428 ArtMethod* GetMethod() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
430 return cur_shadow_frame_->GetMethod();
451 DCHECK(GetMethod() != nullptr);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 61 return frame.GetMethod().Name;
66 return frame.GetMethod().DeclaringType.Name;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 67 return frame.GetMethod().Name;
73 return frame.GetMethod().DeclaringType.Name;
  /art/runtime/interpreter/
interpreter_common.cc 38 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
59 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
144 instrumentation->FieldReadEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
232 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
256 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
363 instrumentation->FieldWriteEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
427 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock(
433 shadow_frame.GetMethod(), dex_pc);
445 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile());
526 const DexFile::TypeList* params = new_shadow_frame->GetMethod()->GetParameterTypeList()
    [all...]
interpreter.cc 263 DCHECK(!shadow_frame.GetMethod()->IsAbstract());
264 DCHECK(!shadow_frame.GetMethod()->IsNative());
265 shadow_frame.GetMethod()->GetDeclaringClass()->AssertInitializedOrInitializingInThread(self);
268 if (LIKELY(shadow_frame.GetMethod()->IsPreverified())) {
404 const DexFile::CodeItem* code_item = shadow_frame->GetMethod()->GetCodeItem();
453 const bool is_static = shadow_frame->GetMethod()->IsStatic();
455 mirror::Class* declaring_class = shadow_frame->GetMethod()->GetDeclaringClass();
469 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) {
477 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver, args, result);
interpreter_common.h 108 ArtMethod* sf_method = shadow_frame.GetMethod();
198 ArtMethod* method = shadow_frame.GetMethod();
366 oss << PrettyMethod(shadow_frame.GetMethod())
368 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n";
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 39 ArtMethod* m = GetMethod();
  /art/test/004-StackWalk/
stack_walk_jni.cc 39 ArtMethod* m = GetMethod();
  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 34 ArtMethod* m = GetMethod();
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 37 ArtMethod* m = GetMethod();
  /art/runtime/arch/mips/
context_mips.cc 39 ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/arm/
context_arm.cc 39 ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/arm64/
context_arm64.cc 41 ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/mips64/
context_mips64.cc 39 ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/x86/
context_x86.cc 38 ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/x86_64/
context_x86_64.cc 38 ArtMethod* method = fr.GetMethod();
  /art/runtime/native/
dalvik_system_VMStack.cc 92 mirror::Class* c = GetMethod()->GetDeclaringClass();
  /art/test/454-get-vreg/
get_vreg_jni.cc 37 ArtMethod* m = GetMethod();

Completed in 808 milliseconds

1 2