• Home
  • Raw
  • Download

Lines Matching defs:method

103 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()
782 void Instrumentation::Undeoptimize(ArtMethod* method) { in Undeoptimize()
821 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized()
842 ArtMethod* method; in DisableDeoptimization() local
889 const void* Instrumentation::GetQuickCodeFor(ArtMethod* method, size_t pointer_size) const { in GetQuickCodeFor()
906 ArtMethod* method, in MethodEnterEventImpl()
918 ArtMethod* method, in MethodExitEventImpl()
930 ArtMethod* method, in MethodUnwindEvent()
942 ArtMethod* method, in DexPcMovedEventImpl()
952 ArtMethod* method, in BranchImpl()
978 ArtMethod* method, uint32_t dex_pc, in FieldReadEventImpl()
988 ArtMethod* method, uint32_t dex_pc, in FieldWriteEventImpl()
1033 ArtMethod* method, in PushInstrumentationStackFrame()
1064 ArtMethod* method = instrumentation_frame.method_; in PopInstrumentationStackFrame() local
1121 ArtMethod* method = instrumentation_frame.method_; in PopMethodForUnwind() local