| /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 | 158 void AddMethod(ArtMethod* method) { in AddMethod() 172 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn() 179 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod() 296 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() 320 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() 335 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() 526 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders() 687 ArtMethod* method, in Commit() 860 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod() 878 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 | 66 ArtMethod* method, in MethodExited() 80 ArtMethod* method, in FieldWritten() 142 ArtMethod* method = methods.front(); in ProcessMethodUnwindCallbacks() local 191 static bool IsProxyInit(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IsProxyInit() 210 static bool CodeSupportsEntryExitHooks(const void* entry_point, ArtMethod* method) in CodeSupportsEntryExitHooks() 260 static void UpdateEntryPoints(ArtMethod* method, const void* new_code) in UpdateEntryPoints() 307 bool Instrumentation::NeedsDexPcEvents(ArtMethod* method, Thread* thread) { in NeedsDexPcEvents() 311 bool Instrumentation::InterpretOnly(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in InterpretOnly() 318 static bool CanUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanUseNterp() 324 const void* Instrumentation::GetOptimizedCodeFor(ArtMethod* method) { 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() 136 ArtMethod* method; in InvokeNopMethod() local 145 ArtMethod* method; in InvokeIdentityByteMethod() local 171 ArtMethod* method; in InvokeIdentityIntMethod() local 196 ArtMethod* method; in InvokeIdentityDoubleMethod() local 221 ArtMethod* method; in InvokeSumIntIntMethod() local 250 ArtMethod* method; in InvokeSumIntIntIntMethod() local 289 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local 333 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local 382 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() 229 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/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/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/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/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/utils/python/ |
| D | generate_java_varhandle_perf.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/openjdkjvmti/ |
| D | ti_method.cc | 133 jmethodID method, in GetBytecodes() 167 jmethodID method, in GetArgumentsSize() 202 jmethodID method, in GetLocalVariableTable() 289 jmethodID method, in GetMaxLocals() 319 jmethodID method, in GetMethodName() 385 jmethodID method, in GetMethodDeclaringClass() 402 jmethodID method, in GetMethodLocation() 435 jmethodID method, in GetMethodModifiers() 459 jmethodID method, in GetLineNumberTable() 512 jmethodID method, in IsMethodT() [all …]
|
| /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/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/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/jvmti-common/ |
| 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()
|
| /art/test/1970-force-early-return-long/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()
|