/aosp12/art/test/647-sinking-catch/src/ |
H A D | Main.java | 22 public static void testMethod(String method) throws Exception { in testMethod()
|
/aosp12/art/test/664-aget-verifier/src/ |
H A D | Main.java | 48 public static native boolean testCompiled(Method method); in testCompiled()
|
/aosp12/art/test/435-new-instance/src/ |
H A D | Main.java | 33 private static void $opt$NewInstance(String method, String errorName) throws Throwable { in $opt$NewInstance()
|
/aosp12/art/test/457-regs/src/ |
H A D | Main.java | 54 public native static void ensureMethodJitCompiled(Method method); in ensureMethodJitCompiled()
|
/aosp12/frameworks/base/tests/utils/testutils/java/android/app/test/ |
H A D | MockAnswerUtil.java | 39 Method method = invocation.getMethod(); in answer() local
|
/aosp14/frameworks/base/tests/utils/testutils/java/android/app/test/ |
H A D | MockAnswerUtil.java | 39 Method method = invocation.getMethod(); in answer() local
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 202 static bool IsMethodOrDeclaringClassFinal(ArtMethod* method) in IsMethodOrDeclaringClassFinal() 281 static uint32_t FindMethodIndexIn(ArtMethod* method, in FindMethodIndexIn() 383 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified() 402 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() 501 ArtMethod* method = FindMethodFromCHA(invoke_instruction->GetResolvedMethod()); in TryInlineFromCHA() local 1206 ArtMethod* method, in TryDevirtualize() 1281 ArtMethod* method, in TryInlineAndReplace() 1354 ArtMethod* method, in IsInliningSupported() 1384 bool HInliner::IsInliningBudgetAvailable(ArtMethod* method, in IsInliningBudgetAvailable() 1409 ArtMethod* method, in TryBuildAndInline() [all …]
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | WnmData.java | 56 private WnmData(@WmnEventType int eventType, long bssid, String url, @OsuMethod int method, in WnmData() 75 public static WnmData createRemediationEvent(long bssid, String url, @OsuMethod int method) { in createRemediationEvent()
|
/aosp12/art/runtime/ |
H A D | nterp_helpers.cc | 119 size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) { in NterpGetFrameSize() 190 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
|
H A D | imt_conflict_table.h | 68 void SetInterfaceMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetInterfaceMethod() 72 void SetImplementationMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetImplementationMethod() 196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetMethod()
|
/aosp12/art/tools/veridex/ |
H A D | veridex.h | 101 inline bool IsGetMethod(VeriMethod method) { in IsGetMethod() 105 inline bool IsGetField(VeriMethod method) { in IsGetField()
|
/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
H A D | AppActiveStreams.java | 35 StreamCallbackWithState(StreamingServiceCallback callback, int state, int method) { in StreamCallbackWithState() 57 public void setMethod(int method) { in setMethod()
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | Pseudolocales_test.cpp | 29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method)… in simple_helper() 37 const char* expected, PseudolocalizationMethod method) { in compound_helper()
|
/aosp14/frameworks/base/tools/aapt/tests/ |
H A D | Pseudolocales_test.cpp | 29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method)… in simple_helper() 37 const char* expected, PseudolocalizationMethod method) { in compound_helper()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_thread_entrypoints.cc | 30 extern "C" void artCompileOptimized(ArtMethod* method, Thread* self) in artCompileOptimized()
|
/aosp12/art/test/664-aget-verifier/ |
H A D | aget-verifier.cc | 32 jobject method) { in Java_Main_testCompiled()
|
/aosp12/art/test/1923-frame-pop/src/art/ |
H A D | FramePop.java | 22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
|
/aosp12/art/test/1924-frame-pop-toggle/src/art/ |
H A D | FramePop.java | 22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
|
/aosp12/art/test/1925-self-frame-pop/src/art/ |
H A D | FramePop.java | 22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
|
/aosp12/art/test/1926-missed-frame-pop/src/art/ |
H A D | FramePop.java | 22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
|
/aosp12/art/test/jvmti-common/ |
H A D | FramePop.java | 22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
|
/aosp12/system/tools/aidl/ |
H A D | generate_java_binder.cpp | 230 std::shared_ptr<Expression> StubClass::get_transact_descriptor(const AidlMethod* method) { in get_transact_descriptor() 403 static std::shared_ptr<Method> generate_interface_method(const AidlMethod& method, in generate_interface_method() 423 static void generate_stub_code(const AidlInterface& iface, const AidlMethod& method, bool oneway, in generate_stub_code() 533 static void generate_stub_case(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case() 545 static void generate_stub_case_outline(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case_outline() 583 const AidlInterface& iface, const AidlMethod& method, const std::string& transactCodeName, in generate_proxy_method() 773 static void generate_methods(const AidlInterface& iface, const AidlMethod& method, Class* interface, in generate_methods() 1003 static shared_ptr<ClassElement> generate_default_impl_method(const AidlMethod& method, in generate_default_impl_method()
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | Pseudolocalizer_test.cpp | 31 Pseudolocalizer::Method method) { in SimpleHelper() 42 Pseudolocalizer::Method method) { in CompoundHelper()
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | Pseudolocalizer_test.cpp | 31 Pseudolocalizer::Method method) { in SimpleHelper() 42 Pseudolocalizer::Method method) { in CompoundHelper()
|
/aosp12/frameworks/layoutlib/bridge/src/android/animation/ |
H A D | PropertyValuesHolder_Delegate.java | 72 Method method = ID_TO_METHOD.get(methodId); in registerMethod() local 79 Method method = null; in registerMethod() local 106 Method method = ID_TO_METHOD.get(methodID); in callMethod() local
|