Home
last modified time | relevance | path

Searched refs:method (Results 851 – 875 of 961) sorted by relevance

1...<<313233343536373839

/art/runtime/verifier/
Dverifier_deps.h107 ArtMethod* method)
290 ArtMethod* method)
316 ArtMethod* method)
Dmethod_verifier.cc166 ArtMethod* method, in MethodVerifier() argument
182 method_being_verified_(method), in MethodVerifier()
463 bool CheckSignaturePolymorphicMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
4334 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod() argument
4335 ObjPtr<mirror::Class> klass = method->GetDeclaringClass(); in CheckSignaturePolymorphicMethod()
4336 const char* method_name = method->GetName(); in CheckSignaturePolymorphicMethod()
4356 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod()
4364 const char* argument_descriptor = method->GetTypeDescriptorFromTypeIdx(argument_type_index); in CheckSignaturePolymorphicMethod()
4371 const char* return_descriptor = method->GetReturnTypeDescriptor(); in CheckSignaturePolymorphicMethod()
5108 ArtMethod* method, in VerifyMethod() argument
[all …]
/art/test/980-redefine-object/
Dinfo.txt8 way to get a reference to an obsolete method outside of the runtime but some
Dexpected.txt4 Redefining the Object class to add a hook into the <init> method
/art/test/115-native-bridge/
Dnativebridge.cc475 NativeBridgeMethod* method = find_native_bridge_method(name); in native_bridge_getTrampoline() local
476 if (method == nullptr) in native_bridge_getTrampoline()
478 method->fnPtr = sym; in native_bridge_getTrampoline()
480 return method->trampoline; in native_bridge_getTrampoline()
/art/test/ti-agent/
Dframe_pop_helper.cc37 jmethodID method ATTRIBUTE_UNUSED, in framePopCB()
/art/runtime/
Ddebugger.cc149 ArtMethod* method = visitor->GetMethod(); in IsForcedInterpreterNeededForExceptionImpl()
150 if (method == nullptr) { in IsForcedInterpreterNeededForExceptionImpl()
162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
895 static const char* GetMethodSourceFile(ArtMethod* method) in GetMethodSourceFile() argument
897 DCHECK(method != nullptr); in GetMethodSourceFile()
898 const char* source_file = method->GetDeclaringClassSourceFile(); in GetMethodSourceFile()
Doat_quick_method_header.h152 uintptr_t ToNativeQuickPc(ArtMethod* method,
Dnative_stack_dump.cc297 static bool PcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) NO_THREAD_SAFETY_ANALYSIS { in PcIsWithinQuickCode() argument
298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()
Dgc_root.h163 explicit GcRootSource(ArtMethod* method) in GcRootSource() argument
164 : field_(nullptr), method_(method) { in GcRootSource()
Dvdex_file.cc329 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in UnquickenDexFile() local
330 const dex::CodeItem* code_item = method.GetCodeItem(); in UnquickenDexFile()
332 const uint32_t offset = accessor.GetOffset(method.GetIndex()); in UnquickenDexFile()
Druntime.h417 void SetResolutionMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
437 void SetImtConflictMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
438 void SetImtUnimplementedMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
457 QuickMethodFrameInfo GetRuntimeMethodFrameInfo(ArtMethod* method)
471 void SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type);
Dmethod_handles.cc384 static inline size_t GetInsForProxyOrNativeMethod(ArtMethod* method) in GetInsForProxyOrNativeMethod() argument
386 DCHECK(method->IsNative() || method->IsProxyMethod()); in GetInsForProxyOrNativeMethod()
387 method = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in GetInsForProxyOrNativeMethod()
389 const char* shorty = method->GetShorty(&shorty_length); in GetInsForProxyOrNativeMethod()
393 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length; in GetInsForProxyOrNativeMethod()
Druntime_callbacks.cc322 void RuntimeCallbacks::RegisterNativeMethod(ArtMethod* method, in RegisterNativeMethod() argument
328 cb->RegisterNativeMethod(method, cur_method, new_method); in RegisterNativeMethod()
/art/runtime/gc/
Dallocation_record.h45 AllocRecordStackTraceElement(ArtMethod* method, uint32_t dex_pc) in AllocRecordStackTraceElement() argument
46 : method_(method), in AllocRecordStackTraceElement()
/art/profman/
Dboot_image_profile.cc85 const std::string& method, in MethodToProfileFormat() argument
103 return flags_string + method + extra; in MethodToProfileFormat()
/art/compiler/jni/
Djni_compiler_test.cc255 ArtMethod* method = c->FindClassMethod(method_name, method_sig, pointer_size); in CompileForTest() local
256 ASSERT_TRUE(method != nullptr) << method_name << " " << method_sig; in CompileForTest()
257 ASSERT_EQ(direct, method->IsDirect()) << method_name << " " << method_sig; in CompileForTest()
259 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()
261 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
263 CompileMethod(method); in CompileForTest()
264 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
2183 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl() local
2184 ASSERT_TRUE(method != nullptr); in NormalNativeImpl()
2186 EXPECT_FALSE(method->IsCriticalNative()); in NormalNativeImpl()
[all …]
/art/dex2oat/
Dverifier_deps_test.cc102 map->Visit([](const DexFileReference& ref ATTRIBUTE_UNUSED, const VerifiedMethod* method) { in VerifyWithCompilerDriver() argument
103 delete method; in VerifyWithCompilerDriver()
156 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyMethod() local
159 method.GetIndex(), in VerifyMethod()
163 method.GetInvokeType(class_def->access_flags_)); in VerifyMethod()
173 method.GetCodeItem(), in VerifyMethod()
174 method.GetIndex(), in VerifyMethod()
176 method.GetAccessFlags(), in VerifyMethod()
/art/test/1925-self-frame-pop/src/art/
DTest1925.java136 if (frame.method.getName().startsWith(target_method_name_start)) { in doRecurTestWith()
/art/compiler/optimizing/
Dstack_map_stream.h80 void BeginInlineInfoEntry(ArtMethod* method,
/art/
DTEST_MAPPING408 "name": "art-run-test-304-method-tracing"
579 "name": "art-run-test-470-huge-method"
654 "name": "art-run-test-489-current-method-regression"
660 "name": "art-run-test-491-current-method"
696 "name": "art-run-test-508-referrer-method"
981 "name": "art-run-test-619-checker-current-method"
1095 "name": "art-run-test-672-checker-throw-method"
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali72 .method public static final unrollingWhile([I)V
122 .end method
181 .method public static final unrollingWhileLiveOuts([I)I
231 .end method
/art/runtime/jni/
Djni_internal.cc230 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader() local
232 if (method == in GetClassLoader()
237 if (method != nullptr) { in GetClassLoader()
238 return method->GetDeclaringClass()->GetClassLoader(); in GetClassLoader()
323 ArtMethod* method = nullptr; in FindMethodJNI() local
326 method = c->FindInterfaceMethod(name, sig, pointer_size); in FindMethodJNI()
328 method = c->FindClassMethod(name, sig, pointer_size); in FindMethodJNI()
330 if (method != nullptr && ShouldDenyAccessToMember(method, soa.Self())) { in FindMethodJNI()
331 method = nullptr; in FindMethodJNI()
333 if (method == nullptr || method->IsStatic() != is_static) { in FindMethodJNI()
[all …]
/art/tools/hiddenapi/
Dhiddenapi_test.cc212 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in GetMethodHiddenFlags() local
213 const dex::MethodId& mid = dex_file.GetMethodId(method.GetIndex()); in GetMethodHiddenFlags()
215 CHECK_EQ(expected_native, method.MemberIsNative()) in GetMethodHiddenFlags()
217 const uint32_t actual_visibility = method.GetAccessFlags() & kAccVisibilityFlags; in GetMethodHiddenFlags()
220 return hiddenapi::ApiList(method.GetHiddenapiFlags()); in GetMethodHiddenFlags()
/art/test/004-JniTest/
Djni_test.cc715 for (const char* method : methods) { in TestCalls() local
716 jmethodID method_id = env_->GetMethodID(decl_class, method, "()V"); in TestCalls()
718 printf("Calling method %s->%s on object of type ConcreteClass\n", declaring_class, method); in TestCalls()
744 static void InvokeSpecificMethod(JNIEnv* env, jobject obj, const char* method) { in InvokeSpecificMethod() argument
748 jmethodID method_id = env->GetMethodID(lambda_class, method, "()V"); in InvokeSpecificMethod()

1...<<313233343536373839