Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 88) sorted by relevance

1234

/art/runtime/mirror/
Dart_method-inl.h92 ArtMethod* method = GetDexCacheResolvedMethods()->Get(method_index); in GetDexCacheResolvedMethod() local
417 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetDeclaringClassDescriptor() local
427 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetShorty() local
433 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetSignature() local
443 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetName() local
466 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetCodeItem() local
471 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in IsResolvedTypeIdx() local
476 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetLineNumFromDexPC() local
484 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetPrototype() local
490 mirror::ArtMethod* method = GetInterfaceMethodIfProxy(); in GetParameterTypeList() local
[all …]
Dclass.cc363 ArtMethod* method = FindDeclaredVirtualMethod(name, signature); in FindInterfaceMethod() local
381 ArtMethod* method = FindDeclaredVirtualMethod(name, signature); in FindInterfaceMethod() local
399 ArtMethod* method = FindDeclaredVirtualMethod(dex_cache, dex_method_idx); in FindInterfaceMethod() local
417 ArtMethod* method = GetDirectMethod(i); in FindDeclaredDirectMethod() local
427 ArtMethod* method = GetDirectMethod(i); in FindDeclaredDirectMethod() local
438 ArtMethod* method = GetDirectMethod(i); in FindDeclaredDirectMethod() local
449 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature); in FindDirectMethod() local
459 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature); in FindDirectMethod() local
469 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx); in FindDirectMethod() local
479 ArtMethod* method = GetVirtualMethod(i); in FindDeclaredVirtualMethod() local
[all …]
Dclass-inl.h150 inline void Class::SetEmbeddedImTableEntry(uint32_t i, ArtMethod* method) { in SetEmbeddedImTableEntry()
186 inline void Class::SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method) { in SetEmbeddedVTableEntry()
279 inline bool Class::ResolvedMethodAccessTest(Class* access_to, ArtMethod* method, in ResolvedMethodAccessTest()
321 inline bool Class::CanAccessResolvedMethod(Class* access_to, ArtMethod* method, in CanAccessResolvedMethod()
327 inline bool Class::CheckResolvedMethodAccess(Class* access_to, ArtMethod* method, in CheckResolvedMethodAccess()
346 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method) { in FindVirtualMethodForInterface()
361 inline ArtMethod* Class::FindVirtualMethodForVirtual(ArtMethod* method) { in FindVirtualMethodForVirtual()
368 inline ArtMethod* Class::FindVirtualMethodForSuper(ArtMethod* method) { in FindVirtualMethodForSuper()
373 inline ArtMethod* Class::FindVirtualMethodForVirtualOrInterface(ArtMethod* method) { in FindVirtualMethodForVirtualOrInterface()
Ddex_cache-inl.h36 ArtMethod* method = GetResolvedMethods()->Get(method_idx); in GetResolvedMethod() local
/art/runtime/
Dreflection_test.cc84 void ReflectionTestMakeExecutable(mirror::ArtMethod** method, in ReflectionTestMakeExecutable()
133 mirror::ArtMethod* method; in InvokeNopMethod() local
141 mirror::ArtMethod* method; in InvokeIdentityByteMethod() local
165 mirror::ArtMethod* method; in InvokeIdentityIntMethod() local
189 mirror::ArtMethod* method; in InvokeIdentityDoubleMethod() local
213 mirror::ArtMethod* method; in InvokeSumIntIntMethod() local
241 mirror::ArtMethod* method; in InvokeSumIntIntIntMethod() local
279 mirror::ArtMethod* method; in InvokeSumIntIntIntIntMethod() local
322 mirror::ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local
370 mirror::ArtMethod* method; in InvokeSumDoubleDoubleMethod() local
[all …]
Dinstrumentation.cc85 static void UpdateEntrypoints(mirror::ArtMethod* method, const void* quick_code, in UpdateEntrypoints()
125 void Instrumentation::InstallStubsForMethod(mirror::ArtMethod* method) { in InstallStubsForMethod()
679 void Instrumentation::UpdateMethodsCode(mirror::ArtMethod* method, const void* quick_code, in UpdateMethodsCode()
727 bool Instrumentation::AddDeoptimizedMethod(mirror::ArtMethod* method) { in AddDeoptimizedMethod()
742 bool Instrumentation::FindDeoptimizedMethod(mirror::ArtMethod* method) { in FindDeoptimizedMethod()
765 bool Instrumentation::RemoveDeoptimizedMethod(mirror::ArtMethod* method) { in RemoveDeoptimizedMethod()
784 void Instrumentation::Deoptimize(mirror::ArtMethod* method) { in Deoptimize()
813 void Instrumentation::Undeoptimize(mirror::ArtMethod* method) { in Undeoptimize()
862 bool Instrumentation::IsDeoptimized(mirror::ArtMethod* method) { in IsDeoptimized()
883 mirror::ArtMethod* method; in DisableDeoptimization() local
[all …]
Dmethod_helper-inl.h47 mirror::ArtMethod* method = GetMethod(); in GetClassFromTypeIdx() local
57 mirror::ArtMethod* method = GetMethod(); in GetReturnType() local
66 mirror::ArtMethod* method = GetMethod(); in ResolveString() local
Dtrace.cc131 static uint32_t EncodeTraceMethodAndAction(mirror::ArtMethod* method, in EncodeTraceMethodAndAction()
499 mirror::ArtMethod* method = DecodeTraceMethodId(tmid); in DumpBuf() local
569 mirror::ArtMethod* method, uint32_t new_dex_pc) { in DexPcMoved()
575 mirror::ArtMethod* method, uint32_t dex_pc, mirror::ArtField* field) in FieldRead()
582 mirror::ArtMethod* method, uint32_t dex_pc, mirror::ArtField* field, in FieldWritten()
590 mirror::ArtMethod* method, uint32_t dex_pc) { in MethodEntered()
599 mirror::ArtMethod* method, uint32_t dex_pc, in MethodExited()
610 mirror::ArtMethod* method, uint32_t dex_pc) { in MethodUnwind()
641 void Trace::LogMethodTraceEvent(Thread* thread, mirror::ArtMethod* method, in LogMethodTraceEvent()
695 mirror::ArtMethod* method = DecodeTraceMethodId(tmid); in GetVisitedMethods() local
[all …]
Dinstrumentation.h261 mirror::ArtMethod* method, uint32_t dex_pc) const in MethodEnterEvent()
270 mirror::ArtMethod* method, uint32_t dex_pc, in MethodExitEvent()
285 mirror::ArtMethod* method, uint32_t dex_pc) const in DexPcMovedEvent()
294 mirror::ArtMethod* method, uint32_t dex_pc, in FieldReadEvent()
304 mirror::ArtMethod* method, uint32_t dex_pc, in FieldWriteEvent()
Dmethod_helper.cc30 mirror::ArtMethod* method = method_->GetInterfaceMethodIfProxy(); in GetNameAsString() local
67 mirror::ArtMethod* method = GetMethod(); in FindDexMethodIndexInOtherDexFile() local
108 mirror::ArtMethod* method = GetMethod(); in FindDexMethodIndexInOtherDexFile() local
Dprofiler.cc97 mirror::ArtMethod* method = thread->GetCurrentMethod(nullptr); in GetSample() local
406 bool BackgroundMethodSamplingProfiler::ProcessMethod(mirror::ArtMethod* method) { in ProcessMethod()
441 void BackgroundMethodSamplingProfiler::RecordMethod(mirror::ArtMethod* method) { in RecordMethod()
454 mirror::ArtMethod* method = stack.front().first; in RecordStack() local
488 void ProfileSampleResults::Put(mirror::ArtMethod* method) { in Put()
523 mirror::ArtMethod* method = inst_loc.first; in PutStack() local
552 MethodReference method = current->GetMethod(); in PutStack() local
583 mirror::ArtMethod *method = meth_iter.first; in Write() local
608 MethodReference method = method_iter.first; in Write() local
715 uint32_t ProfileSampleResults::Hash(mirror::ArtMethod* method) { in Hash()
[all …]
Druntime-inl.h26 inline QuickMethodFrameInfo Runtime::GetRuntimeMethodFrameInfo(mirror::ArtMethod* method) { in GetRuntimeMethodFrameInfo()
Dquick_exception_handler.cc53 mirror::ArtMethod* method = GetMethod(); in VisitFrame() local
83 bool HandleTryItems(Handle<mirror::ArtMethod> method) in HandleTryItems()
181 mirror::ArtMethod* method = GetMethod(); in VisitFrame() local
Dreflection.cc403 mirror::ArtMethod* method) in FindVirtualMethod()
410 mirror::ArtMethod* method, ArgArray* arg_array, JValue* result, in InvokeWithArgArray()
431 mirror::ArtMethod* method = soa.DecodeMethod(mid); in InvokeWithVarArgs() local
452 mirror::ArtMethod* method = soa.DecodeMethod(mid); in InvokeWithJValues() local
472 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid)); in InvokeVirtualOrInterfaceWithJValues() local
493 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid)); in InvokeVirtualOrInterfaceWithVarArgs() local
/art/test/044-proxy/src/
DFloatSelect.java25 public float method(float a, float b); in method() method
29 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
DClash2.java55 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DClash.java65 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h41 mirror::ArtMethod* method, in CheckObjectAlloc()
124 mirror::ArtMethod* method, in AllocObjectFromCode()
143 mirror::ArtMethod* method, in AllocObjectFromCodeResolved()
165 mirror::ArtMethod* method, in AllocObjectFromCodeInitialized()
177 mirror::ArtMethod* method, in CheckArrayAlloc()
213 mirror::ArtMethod* method, in AllocArrayFromCode()
235 mirror::ArtMethod* method, in AllocArrayFromCodeResolved()
435 mirror::ArtMethod* method = klass->FindVirtualMethodForInterface(resolved_method); in FindMethodFromCode() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc408 InlineMethod method; in AnalyseMethodCode() local
531 InlineMethod method; in GenInline() local
696 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod()
712 MIR* move_result, const InlineMethod& method) { in GenInlineConst()
733 MIR* move_result, const InlineMethod& method) { in GenInlineReturnArg()
771 MIR* move_result, const InlineMethod& method, in GenInlineIGet()
823 MIR* move_result, const InlineMethod& method, in GenInlineIPut()
/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc34 mirror::ArtMethod* method = cur_frame->GetMethod(); in VisitFrame() local
87 mirror::ArtMethod* method, in art_portable_push_shadow_frame_from_code()
Dportable_fillarray_entrypoints.cc24 extern "C" void art_portable_fill_array_data_from_code(mirror::ArtMethod* method, in art_portable_fill_array_data_from_code()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc37 mirror::ArtMethod* method = self->GetCurrentMethod(NULL); in artFindNativeMethod() local
/art/compiler/
Dcompilers.cc59 CompiledMethod* method = TryCompileWithSeaIR(code_item, in Compile() local
149 CompiledMethod* method = TryCompile(code_item, access_flags, invoke_type, class_def_idx, in Compile() local
Dcommon_compiler_test.cc153 void CommonCompilerTest::MakeExecutable(mirror::ArtMethod* method) { in MakeExecutable()
363 void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) { in CompileMethod()
379 mirror::ArtMethod* method = klass->FindDirectMethod(method_name, signature); in CompileDirectMethod() local
392 mirror::ArtMethod* method = klass->FindVirtualMethod(method_name, signature); in CompileVirtualMethod() local
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc31 mirror::ArtMethod* method = shadow_frame->GetMethod(); in artInterpreterToCompiledCodeBridge() local

1234