Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 126) sorted by relevance

123456

/art/runtime/
Dinstrumentation.cc103 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints()
108 bool Instrumentation::NeedDebugVersionForBootImageCode(ArtMethod* method, const void* code) const in NeedDebugVersionForBootImageCode()
116 void Instrumentation::InstallStubsForMethod(ArtMethod* method) { in InstallStubsForMethod()
690 void Instrumentation::UpdateMethodsCodeImpl(ArtMethod* method, const void* quick_code) { in UpdateMethodsCodeImpl()
712 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* quick_code) { in UpdateMethodsCode()
717 void Instrumentation::UpdateMethodsCodeFromDebugger(ArtMethod* method, const void* quick_code) { in UpdateMethodsCodeFromDebugger()
724 bool Instrumentation::AddDeoptimizedMethod(ArtMethod* method) { in AddDeoptimizedMethod()
734 bool Instrumentation::IsDeoptimizedMethod(ArtMethod* method) { in IsDeoptimizedMethod()
746 bool Instrumentation::RemoveDeoptimizedMethod(ArtMethod* method) { in RemoveDeoptimizedMethod()
759 void Instrumentation::Deoptimize(ArtMethod* method) { in Deoptimize()
[all …]
Dreflection_test.cc84 void ReflectionTestMakeExecutable(ArtMethod** method, in ReflectionTestMakeExecutable()
133 ArtMethod* method; in InvokeNopMethod() local
142 ArtMethod* method; in InvokeIdentityByteMethod() local
168 ArtMethod* method; in InvokeIdentityIntMethod() local
193 ArtMethod* method; in InvokeIdentityDoubleMethod() local
218 ArtMethod* method; in InvokeSumIntIntMethod() local
247 ArtMethod* method; in InvokeSumIntIntIntMethod() local
286 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local
330 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local
379 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local
[all …]
Dtrace.cc105 uint32_t Trace::EncodeTraceMethod(ArtMethod* method) { in EncodeTraceMethod()
121 uint32_t Trace::EncodeTraceMethodAndAction(ArtMethod* method, TraceAction action) { in EncodeTraceMethodAndAction()
641 ArtMethod* method = DecodeTraceMethod(tmid); in DumpBuf() local
758 ArtMethod* method, in DexPcMoved()
766 ArtMethod* method, in FieldRead()
776 ArtMethod* method, in FieldWritten()
786 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodEntered()
795 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED, in MethodExited()
805 ArtMethod* method, uint32_t dex_pc ATTRIBUTE_UNUSED) { in MethodUnwind()
819 void Trace::Branch(Thread* /*thread*/, ArtMethod* method, in Branch()
[all …]
Dprofiler.cc99 ArtMethod* method = thread->GetCurrentMethod(nullptr); in GetSample() local
407 bool BackgroundMethodSamplingProfiler::ProcessMethod(ArtMethod* method) { in ProcessMethod()
442 void BackgroundMethodSamplingProfiler::RecordMethod(ArtMethod* method) { in RecordMethod()
455 ArtMethod* method = stack.front().first; in RecordStack() local
494 void ProfileSampleResults::Put(ArtMethod* method) { in Put()
529 ArtMethod* method = inst_loc.first; in PutStack() local
558 MethodReference method = current->GetMethod(); in PutStack() local
589 ArtMethod *method = meth_iter.first; in Write() local
614 MethodReference method = method_iter.first; in Write() local
721 uint32_t ProfileSampleResults::Hash(ArtMethod* method) { in Hash()
[all …]
Dinstrumentation.h317 ArtMethod* method, uint32_t dex_pc) const in MethodEnterEvent()
326 ArtMethod* method, uint32_t dex_pc, in MethodExitEvent()
341 ArtMethod* method, uint32_t dex_pc) const in DexPcMovedEvent()
349 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch()
358 ArtMethod* method, uint32_t dex_pc, in FieldReadEvent()
368 ArtMethod* method, uint32_t dex_pc, in FieldWriteEvent()
Doat_quick_method_header.cc37 uint32_t OatQuickMethodHeader::ToDexPc(ArtMethod* method, in ToDexPc()
64 uintptr_t OatQuickMethodHeader::ToNativeQuickPc(ArtMethod* method, in ToNativeQuickPc()
/art/runtime/mirror/
Dabstract_method.cc25 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod()
47 void AbstractMethod::SetArtMethod(ArtMethod* method) { in SetArtMethod()
Dclass.cc340 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size); in FindInterfaceMethod() local
359 ArtMethod* method = FindDeclaredVirtualMethod(name, signature, pointer_size); in FindInterfaceMethod() local
378 ArtMethod* method = FindDeclaredVirtualMethod(dex_cache, dex_method_idx, pointer_size); in FindInterfaceMethod() local
397 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local
407 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local
418 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethod() local
430 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size); in FindDirectMethod() local
441 ArtMethod* method = klass->FindDeclaredDirectMethod(name, signature, pointer_size); in FindDirectMethod() local
452 ArtMethod* method = klass->FindDeclaredDirectMethod(dex_cache, dex_method_idx, pointer_size); in FindDirectMethod() local
461 for (auto& method : GetDirectMethods(pointer_size)) { in FindDeclaredDirectMethodByName() local
[all …]
Dmethod.cc55 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
100 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
/art/runtime/native/
Djava_lang_reflect_AbstractMethod.cc32 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in AbstractMethod_getDeclaredAnnotations() local
46 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in AbstractMethod_getSignatureAnnotation() local
59 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in AbstractMethod_isAnnotationPresentNative() local
Djava_lang_reflect_Method.cc34 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getAnnotationNative() local
46 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getDefaultValue() local
55 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getExceptionTypes() local
92 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getParameterAnnotationsNative() local
Djava_lang_reflect_Constructor.cc36 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_getAnnotationNative() local
48 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_getDeclaredAnnotations() local
67 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod) in Constructor_getExceptionTypes() local
89 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_getParameterAnnotationsNative() local
102 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Constructor_isAnnotationPresentNative() local
/art/runtime/jit/
Djit_code_cache.cc169 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
198 ArtMethod* method, in CommitCode()
309 ArtMethod* method, in CommitCodeInternal()
416 uint8_t* JitCodeCache::ReserveData(Thread* self, size_t size, ArtMethod* method) { in ReserveData()
672 ArtMethod* method = it->second; in RemoveUnmarkedCode() local
715 ArtMethod* method = it.second; in DoCollection() local
774 ArtMethod* method = it.second; in CheckLiveCompiledCodeHasProfilingInfo() local
789 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
818 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
828 ArtMethod* method, in AddProfilingInfo()
[all …]
Djit.cc248 bool Jit::CompileMethod(ArtMethod* method, Thread* self, bool osr) { in CompileMethod()
337 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode()
395 ArtMethod* method, in MaybeDoOnStackReplacement()
541 void Jit::AddMemoryUsage(ArtMethod* method, size_t bytes) { in AddMemoryUsage()
560 JitCompileTask(ArtMethod* method, TaskKind kind) : method_(method), kind_(kind) { in JitCompileTask()
599 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) { in AddSamples()
669 void Jit::MethodEntered(Thread* thread, ArtMethod* method) { in MethodEntered()
Dprofiling_info.cc28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo()
50 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create()
/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc28 static void quick_invoke_reg_setup(ArtMethod* method, uint32_t* args, uint32_t args_size, in quick_invoke_reg_setup()
104 extern "C" void art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, in art_quick_invoke_stub()
111 extern "C" void art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, in art_quick_invoke_static_stub()
/art/test/044-proxy/src/
DFloatSelect.java25 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/124-missing-classes/src/
DMain.java42 MissingClass method() { in method() method in Main.ClassWithMissingMethodReturnType
57 void method(MissingClass arg) {} in method() method in Main.ClassWithMissingMethodParameterType
/art/runtime/quick/
Dinline_method_analyser.cc142 ArtMethod* GetTargetConstructor(ArtMethod* method, const Instruction* invoke_direct) in GetTargetConstructor()
209 bool RecordConstructorIPut(ArtMethod* method, in RecordConstructorIPut()
253 ArtMethod* method, in DoAnalyseConstructor()
367 ArtMethod* method, in AnalyseConstructor()
449 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode()
462 ArtMethod* method, in AnalyseMethodCode()
596 ArtMethod* method, in AnalyseIGetMethod()
661 ArtMethod* method, in AnalyseIPutMethod()
727 bool InlineMethodAnalyser::ComputeSpecialAccessorInfo(ArtMethod* method, in ComputeSpecialAccessorInfo()
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc47 ArtMethod* method = mirror::DexCache::GetElementPtrSize(methods, i, sizeof(void*)); in Java_Main_cloneResolvedMethods() local
64 ArtMethod* method = old->GetElementPtrSize<ArtMethod*>(i, sizeof(void*)); in Java_Main_restoreResolvedMethods() local
/art/test/435-new-instance/src/
DTestInterface.java18 public void method(); in method() method
DTestClass.java20 public void method() {}; in method() method in TestClass
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h92 ArtMethod* method, in CheckObjectAlloc()
175 ArtMethod* method, in AllocObjectFromCode()
232 ArtMethod* method, in CheckArrayAlloc()
270 ArtMethod* method, in AllocArrayFromCode()
296 ArtMethod* method, in AllocArrayFromCodeResolved()
346 ArtMethod* method = referrer->GetInterfaceMethodIfProxy(sizeof(void*)); in FindFieldFromCode() local
569 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodFromCode() local
/art/test/508-referrer-method/src/p1/
DPackagePrivateA.java20 protected static int method() { in method() method in PackagePrivateA
/art/test/511-clinit-interface/src/
DMain.java26 public static void method() { in method() method in Main

123456