• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:method

132                                     jmethodID method,  in GetBytecodes()
166 jmethodID method, in GetArgumentsSize()
201 jmethodID method, in GetLocalVariableTable()
288 jmethodID method, in GetMaxLocals()
318 jmethodID method, in GetMethodName()
384 jmethodID method, in GetMethodDeclaringClass()
401 jmethodID method, in GetMethodLocation()
434 jmethodID method, in GetMethodModifiers()
458 jmethodID method, in GetLineNumberTable()
511 jmethodID method, in IsMethodT()
528 auto test = [](art::ArtMethod* method) { in IsMethodNative()
535 auto test = [](art::ArtMethod* method) { in IsMethodObsolete()
542 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic()
577 art::ArtMethod* method = visitor.GetMethod(); in Run() local
632 jvmtiError InferSlotTypeFromVerifier(art::ArtMethod* method, in InferSlotTypeFromVerifier()
742 jvmtiError CommonLocalVariableClosure::GetSlotType(art::ArtMethod* method, in GetSlotType()
830 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
843 jvmtiError GetTypeErrorInner([[maybe_unused]] art::ArtMethod* method, in GetTypeErrorInner()
890 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()
983 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
1008 GetTypeErrorInner(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) in GetTypeErrorInner()
1070 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()