| /art/test/910-methods/ |
| D | methods.cc | 34 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodName() 77 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodDeclaringClass() 90 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodModifiers() 103 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMaxLocals() 116 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getArgumentsSize() 129 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodLocationStart() 143 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodLocationEnd() 157 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodNative() 170 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodObsolete() 183 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_isMethodSynthetic()
|
| /art/runtime/openjdkjvmti/ |
| D | ti_method.cc | 95 jmethodID method, in GetArgumentsSize() 129 jmethodID method, in GetMaxLocals() 158 jmethodID method, in GetMethodName() 224 jmethodID method, in GetMethodDeclaringClass() 241 jmethodID method, in GetMethodLocation() 273 jmethodID method, in GetMethodModifiers() 307 jmethodID method, in GetLineNumberTable() 357 jmethodID method, in IsMethodT() 374 auto test = [](art::ArtMethod* method) { in IsMethodNative() 381 auto test = [](art::ArtMethod* method) { in IsMethodObsolete() [all …]
|
| /art/runtime/ |
| D | instrumentation.cc | 103 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints() 115 void Instrumentation::InstallStubsForMethod(ArtMethod* method) { in InstallStubsForMethod() 703 void Instrumentation::UpdateMethodsCodeImpl(ArtMethod* method, const void* quick_code) { in UpdateMethodsCodeImpl() 725 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* quick_code) { in UpdateMethodsCode() 730 void Instrumentation::UpdateMethodsCodeForJavaDebuggable(ArtMethod* method, in UpdateMethodsCodeForJavaDebuggable() 739 bool Instrumentation::AddDeoptimizedMethod(ArtMethod* method) { in AddDeoptimizedMethod() 749 bool Instrumentation::IsDeoptimizedMethod(ArtMethod* method) { in IsDeoptimizedMethod() 761 bool Instrumentation::RemoveDeoptimizedMethod(ArtMethod* method) { in RemoveDeoptimizedMethod() 774 void Instrumentation::Deoptimize(ArtMethod* method) { in Deoptimize() 797 void Instrumentation::Undeoptimize(ArtMethod* method) { in Undeoptimize() [all …]
|
| D | reflection_test.cc | 87 void ReflectionTestMakeExecutable(ArtMethod** method, in ReflectionTestMakeExecutable() 137 ArtMethod* method; in InvokeNopMethod() local 146 ArtMethod* method; in InvokeIdentityByteMethod() local 172 ArtMethod* method; in InvokeIdentityIntMethod() local 197 ArtMethod* method; in InvokeIdentityDoubleMethod() local 222 ArtMethod* method; in InvokeSumIntIntMethod() local 251 ArtMethod* method; in InvokeSumIntIntIntMethod() local 290 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local 334 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local 383 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local [all …]
|
| D | cha.cc | 31 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method, in AddDependency() 46 ClassHierarchyAnalysis::GetDependents(ArtMethod* method) { in GetDependents() 55 void ClassHierarchyAnalysis::RemoveDependencyFor(ArtMethod* method) { in RemoveDependencyFor() 103 ArtMethod* method = GetMethod(); in VisitFrame() local 416 ArtMethod* method, in InitSingleImplementationFlag() 470 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 494 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 562 ArtMethod* method = dependent.first;; in InvalidateSingleImplementationMethods() local
|
| D | trace.cc | 111 uint32_t Trace::EncodeTraceMethod(ArtMethod* method) { in EncodeTraceMethod() 127 uint32_t Trace::EncodeTraceMethodAndAction(ArtMethod* method, TraceAction action) { in EncodeTraceMethodAndAction() 647 ArtMethod* method = DecodeTraceMethod(tmid); in DumpBuf() local 743 ArtMethod* method, in DexPcMoved() 752 ArtMethod* method, in FieldRead() 763 ArtMethod* method, in FieldWritten() 774 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodEntered() 783 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED, in MethodExited() 793 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodUnwind() 807 void Trace::Branch(Thread* /*thread*/, ArtMethod* method, in Branch() [all …]
|
| D | instrumentation.h | 318 ArtMethod* method, uint32_t dex_pc) const in MethodEnterEvent() 327 ArtMethod* method, uint32_t dex_pc, in MethodExitEvent() 342 ArtMethod* method, uint32_t dex_pc) const in DexPcMovedEvent() 350 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch() 359 ArtMethod* method, uint32_t dex_pc, in FieldReadEvent() 369 ArtMethod* method, uint32_t dex_pc, in FieldWriteEvent()
|
| D | imtable-inl.h | 36 inline void ImTable::GetImtHashComponents(ArtMethod* method, in GetImtHashComponents() 85 inline uint32_t ImTable::GetImtIndex(ArtMethod* method) { in GetImtIndex()
|
| D | oat_quick_method_header.cc | 38 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method, in ToDexPc() 65 uintptr_t OatQuickMethodHeader::ToNativeQuickPc(ArtMethod* method, in ToNativeQuickPc()
|
| /art/runtime/native/ |
| D | java_lang_reflect_Executable.cc | 39 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getDeclaredAnnotationsNative() local 56 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getAnnotationNative() local 67 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getSignatureAnnotation() local 78 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterAnnotationsNative() local 188 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative() local 252 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal() local 259 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal() local 281 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal() local 316 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal() local
|
| D | java_lang_reflect_Method.cc | 36 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getDefaultValue() local 45 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getExceptionTypes() local
|
| /art/runtime/mirror/ |
| D | executable.cc | 24 bool Executable::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() 45 void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod()
|
| D | class.cc | 404 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size); in FindInterfaceMethod() local 424 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size); in FindInterfaceMethod() local 444 ArtMethod* method = FindDeclaredVirtualMethod(dex_cache, dex_method_idx, pointer_size); in FindInterfaceMethod() local 464 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local 475 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local 487 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local 500 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size); in FindDirectMethod() local 512 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size); in FindDirectMethod() local 524 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx, pointer_size); in FindDirectMethod() local 534 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethodByName() local [all …]
|
| /art/test/986-native-method-bind/src/art/ |
| D | Test986.java | 37 private static void setNativeTransform(Method method, String dest) { in setNativeTransform() 41 private static void removeNativeTransform(Method method) { in removeNativeTransform() 48 public static String doNativeMethodBind(Method method, String nativeSym) { in doNativeMethodBind()
|
| /art/runtime/arch/arm/ |
| D | quick_entrypoints_cc_arm.cc | 28 static void quick_invoke_reg_setup(ArtMethod* method, uint32_t* args, uint32_t args_size, in quick_invoke_reg_setup() 104 extern "C" void art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, in art_quick_invoke_stub() 111 extern "C" void art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, in art_quick_invoke_static_stub()
|
| /art/test/044-proxy/src/ |
| D | FloatSelect.java | 25 public float method(float a, float b); in method() method 29 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
|
| /art/test/124-missing-classes/src/ |
| D | Main.java | 42 MissingClass method() { in method() method in Main.ClassWithMissingMethodReturnType 57 void method(MissingClass arg) {} in method() method in Main.ClassWithMissingMethodParameterType
|
| /art/compiler/dex/ |
| D | inline_method_analyser.cc | 142 ArtMethod* GetTargetConstructor(ArtMethod* method, const Instruction* invoke_direct) in GetTargetConstructor() 209 bool RecordConstructorIPut(ArtMethod* method, in RecordConstructorIPut() 254 ArtMethod* method, in DoAnalyseConstructor() 368 ArtMethod* method, in AnalyseConstructor() 430 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode() 443 ArtMethod* method, in AnalyseMethodCode() 574 ArtMethod* method, in AnalyseIGetMethod() 638 ArtMethod* method, in AnalyseIPutMethod() 703 bool InlineMethodAnalyser::ComputeSpecialAccessorInfo(ArtMethod* method, in ComputeSpecialAccessorInfo()
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 182 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 218 ArtMethod* method, in CommitCode() 528 ArtMethod* method, in CommitCodeInternal() 677 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined() 766 ArtMethod* method, in ReserveData() 1086 ArtMethod* method = it.second; in DoCollection() local 1140 ArtMethod* method = it.second; in CheckLiveCompiledCodeHasProfilingInfo() local 1155 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader() 1194 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader() 1204 ArtMethod* method, in AddProfilingInfo() [all …]
|
| D | jit.cc | 249 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod() 348 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode() 407 ArtMethod* method, in MaybeDoOnStackReplacement() 553 void Jit::AddMemoryUsage(ArtMethod* method, size_t bytes) { in AddMemoryUsage() 572 JitCompileTask(ArtMethod* method, TaskKind kind) : method_(method), kind_(kind) { in JitCompileTask() 611 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) { in AddSamples() 681 void Jit::MethodEntered(Thread* thread, ArtMethod* method) { in MethodEntered()
|
| D | profiling_info.cc | 28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo() 41 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create()
|
| /art/test/common/ |
| D | runtime_state.cc | 149 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in Java_Main_isAotCompiled() local 166 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in Java_Main_isJitCompiled() local 181 ArtMethod* method = nullptr; in Java_Main_ensureJitCompiled() local 220 ArtMethod* method = nullptr; in Java_Main_hasSingleImplementation() local 240 ArtMethod* method = nullptr; in Java_Main_getHotnessCounter() local
|
| /art/test/497-inlining-and-class-loader/ |
| D | clear_dex_cache.cc | 51 ArtMethod* method = mirror::DexCache::GetElementPtrSize(methods, i, kRuntimePointerSize); in Java_Main_cloneResolvedMethods() local 68 ArtMethod* method = old->GetElementPtrSize<ArtMethod*>(i, kRuntimePointerSize); in Java_Main_restoreResolvedMethods() local
|
| /art/test/566-polymorphic-inlining/ |
| D | polymorphic_inline.cc | 33 ArtMethod* method = klass->FindDeclaredDirectMethodByName(method_name, kRuntimePointerSize); in do_checks() local 58 ArtMethod* method = klass->FindDeclaredDirectMethodByName(method_name, kRuntimePointerSize); in allocate_profiling_info() local
|
| /art/test/435-new-instance/src/ |
| D | TestInterface.java | 18 public void method(); in method() method
|