Home
last modified time | relevance | path

Searched defs:method (Results 101 – 125 of 317) sorted by relevance

12345678910>>...13

/art/runtime/jit/
Djit-inl.h35 ArtMethod* method, in AddSamples()
/art/compiler/jit/
Djit_logger.h98 void WriteLog(const void* ptr, size_t code_size, ArtMethod* method) in WriteLog()
/art/test/984-obsolete-invoke/
Dobsolete_invoke.cc52 jmethodID method = frames[i].method; in Java_art_Test984_getFirstObsoleteMethod984() local
/art/test/044-proxy/src/
DNativeProxy.java54 final Method method, in invoke()
DClash2.java55 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DClash.java65 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DOOMEOnDispatch.java75 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
DHotProxy.java33 public Object invoke(Object proxy, Method method, Object[] args) { in invoke()
/art/test/708-jit-cache-churn/
Djit.cc44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Java_JitCacheChurnTest_removeJitCompiledMethod() local
/art/runtime/
Dimt_conflict_table.h68 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()
Druntime-inl.h45 inline QuickMethodFrameInfo Runtime::GetRuntimeMethodFrameInfo(ArtMethod* method) { in GetRuntimeMethodFrameInfo()
Dproxy_test.h71 ArtMethod* method = javaLangObject->FindClassMethod( in GenerateProxyClass() local
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc49 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal() local
/art/runtime/interpreter/
Dshadow_frame.h76 ArtMethod* method, uint32_t dex_pc) { in CreateDeoptimizedFrame()
90 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
247 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod()
318 ArtMethod* method, in CreateShadowFrameImpl()
388 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, uint32_t dex_pc) in ShadowFrame()
/art/runtime/interpreter/mterp/
Dnterp.cc49 bool CanMethodUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanMethodUseNterp()
84 inline void UpdateHotness(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateHotness()
118 extern "C" const dex::CodeItem* NterpGetCodeItem(ArtMethod* method) in NterpGetCodeItem()
124 extern "C" const char* NterpGetShorty(ArtMethod* method) in NterpGetShorty()
606 extern "C" jit::OsrData* NterpHotMethod(ArtMethod* method, uint16_t* dex_pc_ptr, uint32_t* vregs) in NterpHotMethod()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc57 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyClassData() local
/art/compiler/optimizing/
Dinliner.cc202 static bool IsMethodOrDeclaringClassFinal(ArtMethod* method) in IsMethodOrDeclaringClassFinal()
280 static uint32_t FindMethodIndexIn(ArtMethod* method, in FindMethodIndexIn()
324 explicit ScopedProfilingInfoInlineUse(ArtMethod* method, Thread* self) in ScopedProfilingInfoInlineUse()
414 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified()
433 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows()
480 ArtMethod* method = TryCHADevirtualization(resolved_method); in FindActualCallTarget() local
1028 ArtMethod* method = nullptr; in TryInlinePolymorphicCall() local
1307 ArtMethod* method, in TryInlineAndReplace()
1450 bool HInliner::IsInliningAllowed(ArtMethod* method, const CodeItemDataAccessor& accessor) const { in IsInliningAllowed()
1480 ArtMethod* method, in IsInliningSupported()
[all …]
/art/tools/class2greylist/src/com/android/class2greylist/
DMemberDumpingVisitor.java33 public void visitMethod(Method method) { in visitMethod()
/art/test/996-breakpoint-obsolete/
Dobsolete_breakpoints.cc69 jmethodID method = GetFirstObsoleteMethod(env, jvmti_env); in Java_art_Test996_setBreakpointOnObsoleteMethod() local
/art/tools/veridex/
Dresolver.cc43 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in Run() local
142 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupMethodIn() local
247 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupDeclaredMethodIn() local
/art/test/ti-agent/
Dsuspend_event_helper.cc115 jmethodID method, in cbExceptionCatch()
133 jmethodID method, in cbException()
150 void JNICALL cbMethodEntry(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID method) { in cbMethodEntry()
166 jmethodID method, in cbMethodExit()
226 cbBreakpointHit(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID method, jlocation loc) { in cbBreakpointHit()
580 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method, jboolean is_catch, jthread thr) { in Java_art_SuspendEvents_setupSuspendExceptionEvent()
625 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method, jboolean enter, jthread thr) { in Java_art_SuspendEvents_setupSuspendMethodEvent()
/art/tools/dmtracedump/
Dtracedump.cc142 struct MethodEntry* method; member
198 MethodEntry* method; member
296 void initMethodEntry(MethodEntry* method, int64_t methodId, const char* className, in initMethodEntry()
1103 MethodEntry* method = lookupMethod(pKeys, methodId); in dumpTrace() local
1249 void printInclusiveMethod(MethodEntry* method, TimedMethod* list, int32_t numCalls, int32_t flags) { in printInclusiveMethod()
1307 void countRecursiveEntries(CallStack* pStack, int32_t top, MethodEntry* method) { in countRecursiveEntries()
1316 MethodEntry* method = pStack->calls[ii].method; in stackDump() local
1387 MethodEntry* method = pMethods[ii]; in printExclusiveProfile() local
1425 void createLabels(FILE* file, MethodEntry* method) { in createLabels()
1444 void createLinks(FILE* file, MethodEntry* method) { in createLinks()
[all …]
/art/runtime/mirror/
Dclass-inl.h373 uint32_t i, ArtMethod* method, PointerSize pointer_size) { in SetEmbeddedVTableEntryUnchecked()
378 inline void Class::SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method, PointerSize pointer_size) { in SetEmbeddedVTableEntry()
491 ArtMethod* method, in ResolvedMethodAccessTest()
543 ArtMethod* method, in CanAccessResolvedMethod()
550 ArtMethod* method, in CheckResolvedMethodAccess()
617 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface()
639 inline ArtMethod* Class::FindVirtualMethodForVirtual(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForVirtual()
647 inline ArtMethod* Class::FindVirtualMethodForSuper(ArtMethod* method, PointerSize pointer_size) { in FindVirtualMethodForSuper()
652 inline ArtMethod* Class::FindVirtualMethodForVirtualOrInterface(ArtMethod* method, in FindVirtualMethodForVirtualOrInterface()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc175 ScopedMethodInfo(jvmtiEnv* jvmti_env, JNIEnv* env, jmethodID method) in ScopedMethodInfo()
252 std::ostream& operator<<(std::ostream& os, const ScopedMethodInfo* method) { in operator <<()
256 std::ostream& operator<<(std::ostream& os, ScopedMethodInfo const& method) { in operator <<()
266 jmethodID method, in BreakpointCB()
/art/test/156-register-dex-file-multi-loader/src/
DMain.java49 Method method = dex.getClass().getDeclaredMethod( in loadClass() local

12345678910>>...13