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

1 2 3

  /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/
nth_caller_visitor.h 37 ArtMethod* m = GetMethod();
stack.cc 44 ArtMethod* m = GetMethod();
58 ArtMethod* m = GetMethod();
72 if (current_frame->GetMethod()->IsNative()) {
124 ArtMethod* StackVisitor::GetMethod() const {
126 return cur_shadow_frame_->GetMethod();
165 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
177 ArtMethod* m = GetMethod();
242 DCHECK(m == GetMethod());
263 DCHECK_EQ(m, GetMethod());
379 DCHECK(m == GetMethod());
    [all...]
check_reference_map_visitor.h 35 ArtMethod* m = GetMethod();
63 ArtMethod* m = GetMethod();
profiler.h 60 MethodReference GetMethod() { return method_; }
73 MethodReference mr1 = node1->GetMethod();
74 MethodReference mr2 = node2->GetMethod();
quick_exception_handler.cc 67 ArtMethod* method = GetMethod();
257 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(),
262 << "method=" << PrettyMethod(stack_visitor->GetMethod()) << ", "
306 ArtMethod* method = GetMethod();
557 CHECK(GetMethod() != nullptr);
620 ArtMethod* method = GetMethod();
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
44 ArtMethod* m = GetMethod();
  /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;
  /external/libbrillo/brillo/http/
http_connection_fake.cc 47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod());
49 LOG(ERROR) << "Received unexpected " << request_.GetMethod()
104 if (request_.GetMethod() != request_type::kHead) {
  /art/runtime/verifier/
method_verifier-inl.h 53 inline ArtMethod* MethodVerifier::GetMethod() const {
  /art/test/570-checker-osr/
osr.cc 38 ArtMethod* m = GetMethod();
98 ArtMethod* m = GetMethod();
132 ArtMethod* m = GetMethod();
  /art/runtime/interpreter/
interpreter_common.h 98 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) {
112 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) {
121 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) {
228 ArtMethod* sf_method = shadow_frame.GetMethod();
345 ArtMethod* method = shadow_frame.GetMethod();
403 ThrowVerifyError(shadow_frame.GetMethod()->GetDeclaringClass(),
510 ThrowVerifyError(shadow_frame.GetMethod()->GetDeclaringClass(),
538 ThrowVerifyError(shadow_frame.GetMethod()->GetDeclaringClass(),
553 ThrowVerifyError(shadow_frame.GetMethod()->GetDeclaringClass(),
633 ArtMethod* sf_method = shadow_frame.GetMethod();
    [all...]
interpreter.cc 273 DCHECK(!shadow_frame.GetMethod()->IsAbstract());
274 DCHECK(!shadow_frame.GetMethod()->IsNative());
280 ArtMethod *method = shadow_frame.GetMethod();
290 jit->MethodEntered(self, shadow_frame.GetMethod());
306 shadow_frame.GetMethod()->GetDeclaringClass()->AssertInitializedOrInitializingInThread(self);
310 ArtMethod* method = shadow_frame.GetMethod();
530 DCHECK(!shadow_frame->GetMethod()->MustCountLocks());
533 const DexFile::CodeItem* code_item = shadow_frame->GetMethod()->GetCodeItem();
552 if (IsStringInit(instr, shadow_frame->GetMethod())) {
577 instr->VRegB_21c(), shadow_frame->GetMethod());
    [all...]
interpreter_common.cc 45 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
66 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
151 instrumentation->FieldReadEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
240 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
264 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
371 instrumentation->FieldWriteEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
436 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock(
442 shadow_frame.GetMethod(), dex_pc);
454 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile());
511 ArtMethod* method = shadow_frame->GetMethod();
    [all...]
  /art/test/004-StackWalk/
stack_walk_jni.cc 40 ArtMethod* m = GetMethod();
  /art/test/466-get-live-vreg/
get_live_vreg_jni.cc 35 ArtMethod* m = GetMethod();
  /art/test/543-env-long-ref/
env_long_ref.cc 38 ArtMethod* m = GetMethod();
  /art/test/595-profile-saving/
profile-saving.cc 42 ArtMethod* m = GetMethod();
  /art/test/461-get-reference-vreg/
get_reference_vreg_jni.cc 37 ArtMethod* m = GetMethod();
  /art/runtime/jit/
jit_code_cache.cc 289 if (alloc.ContainsUnsafe(info->GetMethod())) {
290 info->GetMethod()->SetProfilingInfo(nullptr);
642 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode();
646 info->GetMethod(), GetQuickToInterpreterBridge());
685 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode();
687 info->GetMethod()->SetProfilingInfo(nullptr);
694 info->GetMethod()->ClearCounter();
738 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode();
745 if (ContainsPc(ptr) && info->GetMethod()->GetProfilingInfo(sizeof(void*)) == nullptr) {
750 info->GetMethod()->SetProfilingInfo(info)
    [all...]
  /art/runtime/gc/
allocation_record.cc 114 DCHECK(element.GetMethod() != nullptr);
115 element.GetMethod()->VisitRoots(buffered_visitor, sizeof(void*));
200 ArtMethod* m = GetMethod();
allocation_record.h 48 ArtMethod* GetMethod() const {
126 return std::hash<void*>()(reinterpret_cast<void*>(r.GetMethod())) *
  /system/webservd/webservd/
dbus_request_handler.cc 79 request->GetMethod());
  /external/v8/src/runtime/
runtime-proxy.cc 36 // 5. Let trap be ? GetMethod(handler, "apply").
40 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name));
95 // 5. Let trap be ? GetMethod(handler, "construct").
99 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name));

Completed in 1525 milliseconds

1 2 3