Home
last modified time | relevance | path

Searched refs:ArtMethod (Results 201 – 225 of 272) sorted by relevance

1234567891011

/art/runtime/
Dstack_map.h49 class ArtMethod; variable
192 ArtMethod* GetArtMethod() const { in GetArtMethod()
195 return reinterpret_cast<ArtMethod*>((hi << 32) | lo); in GetArtMethod()
Dthread.h83 class ArtMethod; variable
500 ArtMethod* GetCurrentMethod(uint32_t* dex_pc,
510 void SetTopOfStack(ArtMethod** top_method) { in SetTopOfStack()
514 void SetTopOfStackTagged(ArtMethod** top_method) { in SetTopOfStackTagged()
1054 ArtMethod* method,
1078 std::vector<ArtMethod*>* GetStackTraceSample() const { in GetStackTraceSample()
1083 void SetStackTraceSample(std::vector<ArtMethod*>* sample) { in SetStackTraceSample()
1729 std::vector<ArtMethod*>* stack_trace_sample; in PACKED()
Ddebugger.cc148 << ArtMethod::PrettyMethod(visitor->GetMethod()); in IsForcedInterpreterNeededForExceptionImpl()
149 ArtMethod* method = visitor->GetMethod(); in IsForcedInterpreterNeededForExceptionImpl()
895 static const char* GetMethodSourceFile(ArtMethod* method) in GetMethodSourceFile()
988 ArtMethod* m = record->StackElement(i).GetMethod(); in GetRecentAllocations()
1067 ArtMethod* m = record->StackElement(stack_frame).GetMethod(); in GetRecentAllocations()
Dproxy_test.h71 ArtMethod* method = javaLangObject->FindClassMethod( in GenerateProxyClass()
Dimage.h30 class ArtMethod; variable
276 ArtMethod* GetImageMethod(ImageMethod index) const;
Doat_file.cc1774 ArrayRef<ArtMethod*> OatFile::GetBssMethods() const { in GetBssMethods()
1776 ArtMethod** methods = reinterpret_cast<ArtMethod**>(bss_methods_); in GetBssMethods()
1777 ArtMethod** methods_end = in GetBssMethods()
1778 reinterpret_cast<ArtMethod**>(bss_roots_ != nullptr ? bss_roots_ : bss_end_); in GetBssMethods()
1779 return ArrayRef<ArtMethod*>(methods, methods_end - methods); in GetBssMethods()
1781 return ArrayRef<ArtMethod*>(); in GetBssMethods()
2263 ArtMethod* resolution_method = Runtime::Current()->GetResolutionMethod(); in InitializeRelocations()
2264 for (ArtMethod*& entry : GetBssMethods()) { in InitializeRelocations()
/art/runtime/mirror/
Ddex_cache.h35 class ArtMethod; variable
126 using MethodDexCachePair = NativeDexCachePair<ArtMethod>;
301 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size)
305 ArtMethod* resolved,
/art/test/454-get-vreg/
Dget_vreg_jni.cc38 ArtMethod* m = GetMethod(); in VisitFrame()
/art/compiler/optimizing/
Dstack_map_stream.h80 void BeginInlineInfoEntry(ArtMethod* method,
Dbuilder.cc159 void HGraphBuilder::BuildIntrinsicGraph(ArtMethod* method) { in BuildIntrinsicGraph()
Dprepare_for_register_allocation.cc86 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in VisitBoundsCheck()
/art/profman/
Dprofile_assistant_test.cc309 ArtMethod* GetVirtualMethod(jobject class_loader, in GetVirtualMethod()
316 ArtMethod* method = nullptr; in GetVirtualMethod()
332 void AssertInlineCaches(ArtMethod* method, in AssertInlineCaches()
727 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in TEST_F()
1038 ArtMethod* inline_monomorphic = GetVirtualMethod(class_loader, in TEST_F()
1053 ArtMethod* inline_polymorhic = GetVirtualMethod(class_loader, in TEST_F()
1070 ArtMethod* inline_megamorphic = GetVirtualMethod(class_loader, in TEST_F()
1084 ArtMethod* inline_missing_types = GetVirtualMethod(class_loader, in TEST_F()
1098 ArtMethod* no_inline_cache = GetVirtualMethod(class_loader, "LTestInline;", "noInlineCache"); in TEST_F()
1177 ArtMethod* inline_monomorphic = GetVirtualMethod(class_loader, in TEST_F()
/art/test/457-regs/
Dregs_jni.cc36 ArtMethod* m = GetMethod(); in VisitFrame()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc36 extern "C" NO_RETURN uint64_t artInvokeObsoleteMethod(ArtMethod* method, Thread* self) in artInvokeObsoleteMethod()
/art/openjdkjvmti/
Dti_search.cc116 art::ArtMethod* get_property = in Update()
124 art::ArtMethod* set_property = in Update()
Dti_redefine.h250 std::map<art::ArtMethod*, art::ArtMethod*>* method_map,
/art/runtime/interpreter/
Dunstarted_runtime_test.cc84 ArtMethod* method, \
99 ArtMethod* method, in UNSTARTED_RUNTIME_JNI_LIST()
403 ArtMethod* method = in TEST_F()
954 ArtMethod* caller_method = floating_decimal->FindClassMethod( in TEST_F()
978 ArtMethod* caller_method = in TEST_F()
1007 ArtMethod* method = double_class->FindClassMethod("toString", in TEST_F()
1165 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()
1326 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc77 ArtMethod *m = GetMethod(); in GetReflectionCaller()
118 ArtMethod* caller; in GetReflectionCaller()
554 ArtMethod* m, in MethodMatchesConstructor()
640 for (ArtMethod& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()
655 for (ArtMethod& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()
921 ReflectiveHandle<ArtMethod> constructor(mhs.NewMethodHandle(klass->GetDeclaredConstructor( in Class_newInstance()
/art/compiler/jit/
Djit_compiler.cc168 Thread* self, JitMemoryRegion* region, ArtMethod* method, CompilationKind compilation_kind) { in CompileMethod()
/art/runtime/jni/
Djava_vm_ext.cc273 void* FindNativeMethod(Thread* self, ArtMethod* m, std::string& detail) in FindNativeMethod()
561 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
597 bool JavaVMExt::ShouldTrace(ArtMethod* method) { in ShouldTrace()
1113 static void* FindCodeForNativeMethodInAgents(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in FindCodeForNativeMethodInAgents()
1133 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m) { in FindCodeForNativeMethod()
Djni_env_ext.h30 class ArtMethod; variable
Dcheck_jni.cc389 ArtMethod* m = CheckMethodID(mid); in CheckMethodAndSig()
461 ArtMethod* m = CheckMethodID(mid); in CheckStaticMethod()
483 ArtMethod* m = CheckMethodID(mid); in CheckVirtualMethod()
537 ArtMethod* traceMethod = nullptr; in Check()
561 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in Check()
592 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
611 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
612 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in CheckNonHeap()
656 ArtMethod* method = jni::DecodeArtMethod(mid); in CheckConstructor()
945 ArtMethod* m = CheckMethodID(args.GetMethodID()); in CheckVarArgs()
[all …]
/art/dex2oat/driver/
Dcompiler_driver_test.cc80 void MakeExecutable(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in MakeExecutable()
144 ArtMethod* method = dex_cache->GetResolvedMethod(i, pointer_size); in TEST_F()
Dcompiler_driver.cc983 for (ArtMethod& method : klass->GetMethods(pointer_size)) { in FindExceptionTypesToResolve()
991 ArtMethod* method, in FindExceptionTypesToResolveForMethod()
1693 ArtMethod* resolved = class_linker->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in Visit()
2443 ArtMethod* clinit = klass->FindClassInitializer(class_linker->GetImagePointerSize()); in InternStrings()
2459 bool ResolveTypesOfMethods(Thread* self, ArtMethod* m) in ResolveTypesOfMethods()
2486 for (ArtMethod& m : klass->GetMethods(pointer_size)) { in PreResolveTypes()
2497 ArtMethod* m = klass->GetVTableEntry(i, pointer_size); in PreResolveTypes()
2498 ArtMethod* super_m = super_klass->GetVTableEntry(i, pointer_size); in PreResolveTypes()
2508 ArtMethod* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in PreResolveTypes()
2510 ArtMethod* super_m = super_klass->GetVirtualMethod(j, pointer_size); in PreResolveTypes()
[all …]
/art/runtime/gc/
Dallocation_record.cc200 ArtMethod* m = stack_visitor->GetMethod(); in RecordAllocation()

1234567891011