Lines Matching refs:ArtMethod

87   void RegisterNativeMethod(art::ArtMethod* method,  in RegisterNativeMethod()
138 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetBytecodes()
171 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetArgumentsSize()
184 art::ArtMethod* base_method = art_method->GetInterfaceMethodIfProxy(art::kRuntimePointerSize); in GetArgumentsSize()
185 size_t arg_count = art::ArtMethod::NumArgRegisters(base_method->GetShorty()); in GetArgumentsSize()
206 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable()
292 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals()
321 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName()
388 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass()
405 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation()
437 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers()
461 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable()
518 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT()
525 auto test = [](art::ArtMethod* method) { in IsMethodNative()
532 auto test = [](art::ArtMethod* method) { in IsMethodObsolete()
539 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic()
574 art::ArtMethod* method = visitor.GetMethod(); in Run()
616 virtual jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor)
618 virtual jvmtiError GetTypeError(art::ArtMethod* method,
623 jvmtiError GetSlotType(art::ArtMethod* method,
629 jvmtiError InferSlotTypeFromVerifier(art::ArtMethod* method, in InferSlotTypeFromVerifier()
737 jvmtiError CommonLocalVariableClosure::GetSlotType(art::ArtMethod* method, in GetSlotType()
823 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
836 jvmtiError GetTypeErrorInner(art::ArtMethod* method ATTRIBUTE_UNUSED, in GetTypeErrorInner()
883 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()
976 GetTypeError(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) override in GetTypeError()
1001 GetTypeErrorInner(art::ArtMethod* method, SlotType slot_type, const std::string& descriptor) in GetTypeErrorInner()
1063 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute()