Home
last modified time | relevance | path

Searched defs:method (Results 76 – 100 of 317) sorted by relevance

12345678910>>...13

/art/runtime/
Dinstrumentation.h403 ArtMethod* method, in MethodEnterEvent()
415 ArtMethod* method, in MethodExitEvent()
435 ArtMethod* method, in DexPcMovedEvent()
444 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch()
454 ArtMethod* method, in FieldReadEvent()
466 ArtMethod* method, in FieldWriteEvent()
/art/runtime/mirror/
Dexecutable.cc26 void Executable::InitializeFromArtMethod(ArtMethod* method) { in InitializeFromArtMethod()
Dexecutable-inl.h32 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod()
/art/test/511-clinit-interface/src/
DMain.java26 public static void method() { in method() method in Main
/art/compiler/
Dcommon_compiler_test.cc61 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable()
184 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod()
237 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileDirectMethod() local
252 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileVirtualMethod() local
/art/runtime/jit/
Djit.cc293 bool Jit::CompileMethod(ArtMethod* method, in CompileMethod()
409 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode()
466 OsrData* Jit::PrepareForOsr(ArtMethod* method, uint32_t dex_pc, uint32_t* vregs) { in PrepareForOsr()
561 ArtMethod* method, in MaybeDoOnStackReplacement()
620 void Jit::AddMemoryUsage(ArtMethod* method, size_t bytes) { in AddMemoryUsage()
768 JitCompileTask(ArtMethod* method, TaskKind task_kind, CompilationKind compilation_kind) in JitCompileTask()
1090 header.VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in MapBootImageMethods()
1326 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in CompileMethodFromProfile() local
1484 bool Jit::IgnoreSamplesForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IgnoreSamplesForMethod()
1506 ArtMethod* method, in MaybeCompileMethod()
[all …]
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc53 ArtMethod* method = pair.object; in Java_Main_cloneResolvedMethods() local
79 ArtMethod* method; in Java_Main_restoreResolvedMethods() local
/art/test/435-new-instance/src/
DMain.java33 private static void $opt$NewInstance(String method, String errorName) throws Throwable { in $opt$NewInstance()
/art/test/647-sinking-catch/src/
DMain.java22 public static void testMethod(String method) throws Exception { in testMethod()
/art/test/664-aget-verifier/src/
DMain.java48 public static native boolean testCompiled(Method method); in testCompiled()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h79 ArtMethod* method = outer_method; in GetResolvedMethod() local
230 ArtMethod* method, in CheckArrayAlloc()
267 ArtMethod* method, in AllocArrayFromCode()
330 ArtMethod* method = referrer->GetInterfaceMethodIfProxy(kRuntimePointerSize); in FindFieldFromCode() local
536 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodToCall() local
755 inline bool NeedsClinitCheckBeforeCall(ArtMethod* method) { in NeedsClinitCheckBeforeCall()
/art/test/664-aget-verifier/
Daget-verifier.cc32 jobject method) { in Java_Main_testCompiled()
/art/test/jvmti-common/
DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc30 extern "C" void artCompileOptimized(ArtMethod* method, Thread* self) in artCompileOptimized()
/art/test/1925-self-frame-pop/src/art/
DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/art/test/1926-missed-frame-pop/src/art/
DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/art/test/1924-frame-pop-toggle/src/art/
DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/art/test/1923-frame-pop/src/art/
DFramePop.java22 public static native void enableFramePopEvent(Class klass, Method method, Thread thr) in enableFramePopEvent()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc54 ArtMethod* method = self->GetCurrentMethod(&dex_pc); in artFindNativeMethodRunnable() local
128 extern "C" size_t artCriticalNativeFrameSize(ArtMethod* method, uintptr_t caller_pc) in artCriticalNativeFrameSize()
/art/test/1930-monitor-info/
Dmonitor.cc45 jmethodID method = env->GetMethodID(runnable.get(), "run", "()V"); in Java_art_Test1930_executeLockedNative() local
/art/test/044-proxy/src/
DConstructorProxy.java49 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
/art/runtime/dex/
Ddex_file_annotations.cc119 ArtMethod* method, in ClassData()
305 inline const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) in FindAnnotationSetForMethod()
315 const ParameterAnnotationsItem* FindAnnotationsItemForMethod(ArtMethod* method) in FindAnnotationsItemForMethod()
518 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in ProcessAnnotationValue() local
1031 ObjPtr<mirror::Object> GetAnnotationDefaultValue(ArtMethod* method) { in GetAnnotationDefaultValue()
1075 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method, in GetAnnotationForMethod()
1085 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method) { in GetAnnotationsForMethod()
1092 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method) { in GetExceptionTypesForMethod()
1100 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations()
1116 uint32_t GetNumberOfAnnotatedMethodParameters(ArtMethod* method) { in GetNumberOfAnnotatedMethodParameters()
[all …]
/art/test/1901-get-bytecodes/
Dbytecodes.cc40 jmethodID method = env->FromReflectedMethod(jmethod); in Java_art_Test1901_getBytecodes() local
/art/test/676-proxy-jit-at-first-use/src/
DMain.java35 public Object invoke(Object proxy, Method method, Object[] args) { in invoke()
/art/tools/veridex/
Dveridex.h101 inline bool IsGetMethod(VeriMethod method) { in IsGetMethod()
105 inline bool IsGetField(VeriMethod method) { in IsGetField()

12345678910>>...13