/art/test/910-methods/ |
D | methods.cc | 34 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMethodName() 77 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMethodDeclaringClass() 90 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMethodModifiers() 103 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMaxLocals() 116 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getArgumentsSize() 129 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMethodLocationStart() 143 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_getMethodLocationEnd() 157 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_isMethodNative() 170 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_isMethodObsolete() 183 JNIEnv* env, [[maybe_unused]] jclass klass, jobject method) { in Java_art_Test910_isMethodSynthetic()
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 32 static int32_t ReturnFirstArgMethod([[maybe_unused]] ArtMethod* method, int32_t first_arg) { in ReturnFirstArgMethod() 38 [[maybe_unused]] ArtMethod* method, mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in ReturnFieldAt() 44 static mirror::Object* ReturnFieldObjectAt([[maybe_unused]] ArtMethod* method, mirror::Object* obj) in ReturnFieldObjectAt() 51 ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in ReturnStaticFieldAt() 59 static mirror::Object* ReturnStaticFieldObjectAt(ArtMethod* method) in ReturnStaticFieldObjectAt() 68 static void SetFieldAt([[maybe_unused]] ArtMethod* method, mirror::Object* obj, T value) in SetFieldAt() 75 static void SetFieldObjectAt([[maybe_unused]] ArtMethod* method, in SetFieldObjectAt() 84 static void ConstructorSetFieldAt([[maybe_unused]] ArtMethod* method, mirror::Object* obj, T value) in ConstructorSetFieldAt() 92 static void ConstructorSetFieldObjectAt([[maybe_unused]] ArtMethod* method, in ConstructorSetFieldObjectAt() 154 const void* SmallPatternMatcher::TryMatch(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in TryMatch()
|
D | profiling_info.cc | 28 ProfilingInfo::ProfilingInfo(ArtMethod* method, in ProfilingInfo() 54 ArtMethod* method, in Create() 148 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse() 165 uint32_t InlineCache::EncodeDexPc(ArtMethod* method, in EncodeDexPc() 189 uint32_t InlineCache::MaxDexPcEncodingDepth(ArtMethod* method, uint32_t inline_max_code_units) { in MaxDexPcEncodingDepth()
|
D | jit_code_cache.cc | 156 void AddMethod(ArtMethod* method) { in AddMethod() 170 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn() 177 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod() 294 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 318 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() 333 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() 508 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders() 654 ArtMethod* method, in Commit() 801 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod() 825 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked() [all …]
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 47 [[maybe_unused]] art::ArtMethod* method) override in MethodEntered() 51 [[maybe_unused]] art::ArtMethod* method, in MethodExited() 57 [[maybe_unused]] art::ArtMethod* method, in MethodExited() 63 [[maybe_unused]] art::ArtMethod* method, in MethodUnwind() 69 [[maybe_unused]] art::ArtMethod* method, in DexPcMoved() 75 [[maybe_unused]] art::ArtMethod* method, in FieldRead() 82 [[maybe_unused]] art::ArtMethod* method, in FieldWritten() 90 [[maybe_unused]] art::ArtMethod* method, in FieldWritten() 105 [[maybe_unused]] art::ArtMethod* method, in Branch()
|
/art/test/993-breakpoints/ |
D | breakpoints.cc | 44 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_constructNative() local 57 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeObject() local 74 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeBool() local 91 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeLong() local 108 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNative() local
|
/art/runtime/ |
D | instrumentation.cc | 67 ArtMethod* method, in MethodExited() 81 ArtMethod* method, in FieldWritten() 143 ArtMethod* method = methods.front(); in ProcessMethodUnwindCallbacks() local 192 static bool IsProxyInit(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IsProxyInit() 211 static bool CodeSupportsEntryExitHooks(const void* entry_point, ArtMethod* method) in CodeSupportsEntryExitHooks() 252 static void UpdateEntryPoints(ArtMethod* method, const void* quick_code) in UpdateEntryPoints() 280 bool Instrumentation::NeedsDexPcEvents(ArtMethod* method, Thread* thread) { in NeedsDexPcEvents() 284 bool Instrumentation::InterpretOnly(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in InterpretOnly() 315 static bool CanUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanUseNterp() 321 static const void* GetOptimizedCodeFor(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in GetOptimizedCodeFor() [all …]
|
D | cha.cc | 35 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method, in AddDependency() 46 ArtMethod* method) { in GetDependents() 54 void ClassHierarchyAnalysis::RemoveAllDependenciesFor(ArtMethod* method) { in RemoveAllDependenciesFor() 123 ArtMethod* method = in ResetSingleImplementationInHierarchy() local 170 ArtMethod* method = interface->GetVirtualMethod(j, pointer_size); in ResetSingleImplementationInHierarchy() local 195 ArtMethod* method = GetMethod(); in VisitFrame() local 508 ArtMethod* method, in InitSingleImplementationFlag() 566 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 590 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 656 ArtMethod* method = dependent.first;; in InvalidateSingleImplementationMethods() local
|
D | reflection_test.cc | 88 void ReflectionTestMakeInterpreted(ArtMethod** method, in ReflectionTestMakeInterpreted() 138 ArtMethod* method; in InvokeNopMethod() local 147 ArtMethod* method; in InvokeIdentityByteMethod() local 173 ArtMethod* method; in InvokeIdentityIntMethod() local 198 ArtMethod* method; in InvokeIdentityDoubleMethod() local 223 ArtMethod* method; in InvokeSumIntIntMethod() local 252 ArtMethod* method; in InvokeSumIntIntIntMethod() local 291 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local 335 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local 384 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local [all …]
|
D | nterp_helpers.cc | 143 static uint16_t GetNumberOfOutRegs(ArtMethod* method, InstructionSet isa) in GetNumberOfOutRegs() 153 static size_t NterpGetFrameSizeWithoutPadding(ArtMethod* method, InstructionSet isa) in NterpGetFrameSizeWithoutPadding() 174 static inline size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) in NterpGetFrameSize() 227 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
|
/art/test/661-oat-writer-layout/src/ |
D | Main.java | 21 Method method; field in Main.OatMethodAndOffset 24 public OatMethodAndOffset(Method method, long codeOffset) { in OatMethodAndOffset() 79 private static native long getOatMethodQuickCode(Method method); in getOatMethodQuickCode()
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 41 private Executable method; field in Test990.FieldWrite 47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite() 65 private Executable method; field in Test990.FieldRead 69 public FieldRead(Executable method, Object target, Field f) { in FieldRead()
|
/art/test/ti-agent/ |
D | breakpoint_helper.cc | 40 jmethodID method, in breakpointCB() 65 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_getLineNumberTableNative() local 112 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_getStartLocation() local 126 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_clearBreakpoint() local 137 jmethodID method = env->FromReflectedMethod(target); in Java_art_Breakpoint_setBreakpoint() local 148 jobject method, in Java_art_Breakpoint_startBreakpointWatch()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getDeclaredAnnotationsNative() local 61 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getAnnotationNative() local 72 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getSignatureAnnotation() local 82 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterAnnotationsNative() local 239 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative() local 299 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal() local 306 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal() local 319 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal() local 354 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal() local
|
/art/runtime/mirror/ |
D | method.cc | 29 ObjPtr<Method> Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() 44 ObjPtr<Constructor> Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
|
/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/openjdkjvmti/ |
D | ti_method.cc | 132 jmethodID method, in GetBytecodes() 166 jmethodID method, in GetArgumentsSize() 201 jmethodID method, in GetLocalVariableTable() 288 jmethodID method, in GetMaxLocals() 318 jmethodID method, in GetMethodName() 384 jmethodID method, in GetMethodDeclaringClass() 401 jmethodID method, in GetMethodLocation() 434 jmethodID method, in GetMethodModifiers() 458 jmethodID method, in GetLineNumberTable() 511 jmethodID method, in IsMethodT() [all …]
|
/art/test/2239-varhandle-perf/util-src/ |
D | generate_java.py | 41 def __init__(self, code, static, vartype, flavour, klass, method, memloc, argument 93 def BenchVHField(code, static, vartype, flavour, method): argument 97 def BenchVHArray(code, vartype, flavour, method): argument 101 def BenchVHByteArrayView(code, byteorder, vartype, flavour, method): argument 105 def BenchReflect(code, static, vartype, method): argument 109 def BenchUnsafe(code, static, vartype, method): argument
|
/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/runtime/arch/arm/ |
D | quick_entrypoints_cc_arm.cc | 29 static void quick_invoke_reg_setup(ArtMethod* method, uint32_t* args, uint32_t args_size, in quick_invoke_reg_setup() 101 extern "C" void art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, in art_quick_invoke_stub() 109 extern "C" void art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, in art_quick_invoke_static_stub()
|
/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/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 30 static bool do_checks(ArtMethod* method, ScopedObjectAccess& soa) in do_checks() 72 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in Java_Main_ensureJittedAndPolymorphicInline566() local
|
/art/test/1914-get-local-instance/ |
D | local_instance.cc | 40 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); in Java_art_Test1914_00024TargetClass_NativeInstanceMethod() local 55 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); in Java_art_Test1914_NativeStaticMethod() local
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 141 ArtMethod* GetTargetConstructor(ArtMethod* method, const Instruction* invoke_direct) in GetTargetConstructor() 209 bool RecordConstructorIPut(ArtMethod* method, in RecordConstructorIPut() 254 ArtMethod* method, in DoAnalyseConstructor() 369 ArtMethod* method, in AnalyseConstructor() 426 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, in AnalyseMethodCode() 484 bool InlineMethodAnalyser::IsSyntheticAccessor(ArtMethod* method) { in IsSyntheticAccessor() 547 bool InlineMethodAnalyser::AnalyseIGetMethod(ArtMethod* method, in AnalyseIGetMethod() 609 bool InlineMethodAnalyser::AnalyseIPutMethod(ArtMethod* method, in AnalyseIPutMethod() 675 bool InlineMethodAnalyser::ComputeSpecialAccessorInfo(ArtMethod* method, in ComputeSpecialAccessorInfo()
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Breakpoint.java | 27 public final Executable method; field in Breakpoint.Manager.BP 30 public BP(Executable method) { in BP() 34 public BP(Executable method, long location) { in BP() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() 94 public void clearBreakpoint(Executable method, long location) { in clearBreakpoint()
|