/aosp12/art/runtime/mirror/ |
H A 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()
|
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/ |
H A D | TestNotificationApplication.java | 66 public void beforeTest(Method method) { in beforeTest() 75 public void afterTest(Method method) { in afterTest()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_client_proxy_code_emitter.cpp | 84 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyMethodImpls() local 94 void SaTsClientProxyCodeEmitter::EmitInterfaceProxyMethodBody(AutoPtr<ASTMethod> &method, StringBui… in EmitInterfaceProxyMethodBody() 133 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodCallback(AutoPtr<ASTMethod> &method, StringBuil… in EmitInterfaceMethodCallback() 144 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodErrorCallback(AutoPtr<ASTMethod> &method, Strin… in EmitInterfaceMethodErrorCallback() 178 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodCallbackInner(AutoPtr<ASTMethod> &method, Strin… in EmitInterfaceMethodCallbackInner()
|
H A D | sa_ts_code_emitter.cpp | 27 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in CheckInterfaceType() local 92 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommands() local 102 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceImports() local 139 void SATsCodeEmitter::EmitInterfaceMethodHead(AutoPtr<ASTMethod> &method, StringBuilder &sb, in EmitInterfaceMethodHead()
|
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/a/ |
H A D | A.java | 30 public void method() { in method() method in A 35 int method() { in method() method in A.Inner
|
/aosp12/art/runtime/native/ |
H A 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 259 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative() local 323 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal() local 330 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal() local 343 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal() local 378 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal() local
|
/aosp12/art/runtime/ |
H A 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 522 ArtMethod* method, in InitSingleImplementationFlag() 580 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 604 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local 670 ArtMethod* method = dependent.first;; in InvalidateSingleImplementationMethods() local
|
H A D | reflection_test.cc | 139 ArtMethod* method; in InvokeNopMethod() local 148 ArtMethod* method; in InvokeIdentityByteMethod() local 174 ArtMethod* method; in InvokeIdentityIntMethod() local 199 ArtMethod* method; in InvokeIdentityDoubleMethod() local 224 ArtMethod* method; in InvokeSumIntIntMethod() local 253 ArtMethod* method; in InvokeSumIntIntIntMethod() local 292 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local 336 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local 385 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local 419 ArtMethod* method; in InvokeSumDoubleDoubleDoubleMethod() local [all …]
|
/aosp12/art/test/986-native-method-bind/src/art/ |
H A 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()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_interface_type.cpp | 29 void ASTInterfaceType::AddMethod(const AutoPtr<ASTMethod> &method) in AddMethod() 69 for (const auto &method : methods_) { in GetMethodsBySystem() local 104 for (auto method : methods_) { in Dump() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_client_proxy_code_emitter.cpp | 202 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodDecls() local 219 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodDecl() argument 243 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyStaticMethodDecl() argument 423 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions() local 442 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherFileInclusions() local 630 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local 724 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodImpl() 750 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyStaticMethodImpl() 773 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody() 794 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyStaticMethodBody() [all …]
|
/aosp12/system/tools/hidl/ |
H A D | generateCpp.cpp | 301 const Method* method = tuple.method(); in generateInterfaceHeader() local 604 const Method *method = tuple.method(); in generateMethods() local 703 [&](const Method* method, const Interface*) { in generateStubHeader() 726 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader() 794 [&](const Method* method, const Interface*) { in generateProxyHeader() 813 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader() 1333 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource() 1362 const Method *method = tuple.method(); in generateStubSource() local 1423 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod() 1720 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | TelephonyTestUtils.java | 65 public static Object invokeStaticMethod(Class<?> clazz, String method, Object... params) { in invokeStaticMethod() 88 public static Object invokeStaticMethodThrowsException(Class<?> clazz, String method, in invokeStaticMethodThrowsException() 112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method, in invokeNonStaticMethod() 137 String method, Object... params) in invokeNonStaticMethodThrowsException()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/caller/ |
H A D | caller.js | 64 call(method, data) { argument 119 callWithResult(method, data) { argument 257 callCheck(method, data) { argument 281 buildMsgData(method, data) { argument
|
/aosp12/system/tools/aidl/ |
H A D | generate_aidl_mappings.cpp | 26 std::string dump_location(const AidlNode& method) { in dump_location() 37 for (const auto& method : interface->GetMethods()) { in generate_mappings() local
|
/aosp12/art/runtime/jit/ |
H A D | profiling_info.cc | 28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo() 39 ProfilingInfo* ProfilingInfo::Create(Thread* self, ArtMethod* method) { in Create() 109 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
H A D | BaseTestingActivity.java | 73 protected void addButton(String title, String method) { in addButton() 104 Method method = null; in handleCommand() local 124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent()
|
/aosp12/art/runtime/arch/arm/ |
H A 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() 99 extern "C" void art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, in art_quick_invoke_stub() 106 extern "C" void art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, in art_quick_invoke_static_stub()
|
/aosp12/art/test/044-proxy/src/ |
H A 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()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_method.cc | 132 jmethodID method, in GetBytecodes() 166 jmethodID method, in GetArgumentsSize() 288 jmethodID method, in GetMaxLocals() 318 jmethodID method, in GetMethodName() 401 jmethodID method, in GetMethodLocation() 434 jmethodID method, in GetMethodModifiers() 511 jmethodID method, in IsMethodT() 528 auto test = [](art::ArtMethod* method) { in IsMethodNative() 535 auto test = [](art::ArtMethod* method) { in IsMethodObsolete() 542 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic() [all …]
|
/aosp12/libnativehelper/ |
H A D | JniConstants.c | 54 #define METHOD_NAME(cls, method) g_ ## cls ## _ ## method argument 66 #define JMETHODID_DECLARE_STORAGE(cls, method, ...) \ argument 91 jmethodID method; in FindMethod() local 124 #define JMETHODID_INITIALIZE(cls, method, name, signature, isStatic) \ in InitializeConstants() argument 157 #define JMETHODID_INVALIDATE(cls, method, ...) METHOD_NAME(cls, method) = NULL; in jniUninitializeConstants() argument 183 #define JMETHODID_ACCESSOR_IMPL(cls, method, ...) \ argument
|
/aosp12/art/test/124-missing-classes/src/ |
H A D | Main.java | 42 MissingClass method() { in method() method in Main.ClassWithMissingMethodReturnType 57 void method(MissingClass arg) {} in method() method in Main.ClassWithMissingMethodParameterType
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_async_callback.h | 55 napi_ref& method; member 60 napi_ref& method; member 66 napi_ref& method; member
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_interface_type.cpp | 30 void ASTInterfaceType::AddMethod(ASTMethod* method) in AddMethod() 77 for (auto method : methods_) { in Dump() local
|
/aosp12/art/test/566-polymorphic-inlining/ |
H A 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
|