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()
740 jvmtiError CommonLocalVariableClosure::GetSlotType(art::ArtMethod* method, in GetSlotType()
826 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
886 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()
979 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
1004 GetTypeErrorInner(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) in GetTypeErrorInner()
1066 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()