Home
last modified time | relevance | path

Searched refs:ArtMethod (Results 126 – 150 of 272) sorted by relevance

1234567891011

/art/runtime/
Dreflection.cc227 ArtMethod* m, in BuildArgArrayFromObjectArray()
283 ArtMethod::PrettyMethod(m, false).c_str(), \ in BuildArgArrayFromObjectArray()
369 void CheckMethodArguments(JavaVMExt* vm, ArtMethod* m, uint32_t* args) in CheckMethodArguments()
444 ArtMethod* FindVirtualMethod(ObjPtr<mirror::Object> receiver, ArtMethod* method) in FindVirtualMethod()
451 ArtMethod* method, ArgArray* arg_array, JValue* result, in InvokeWithArgArray()
462 bool CheckArgsForInvokeMethod(ArtMethod* np_method, in CheckArgsForInvokeMethod()
478 ArtMethod* m, in InvokeMethodImpl()
479 ArtMethod* np_method, in InvokeMethodImpl()
520 ArtMethod* method, in InvokeWithVarArgs()
561 ArtMethod* method, in InvokeWithJValues()
[all …]
Dfault_handler.h31 class ArtMethod; variable
60 ArtMethod** out_method,
Dcheck_reference_map_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
71 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
Dgc_root.h27 class ArtMethod; variable
163 explicit GcRootSource(ArtMethod* method) in GcRootSource()
169 ArtMethod* GetArtMethod() const { in GetArtMethod()
181 ArtMethod* const method_;
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc36 ArtMethod* m, in CheckOptimizedOutRegLiveness()
59 ArtMethod* m = stack_visitor->GetMethod(); in FindMethodIndex()
/art/imgdiag/
Dimgdiag.cc216 template<> size_t EntrySize(ArtMethod* art_method) REQUIRES_SHARED(Locks::mutator_lock_) { in EntrySize()
662 using ComputeDirtyFunc = std::function<void(ArtMethod*,
671 void operator()(ArtMethod& method) const { in operator ()()
685 void operator() (const ArtMethod* method, const T* member_address, const std::string& name) { in operator ()()
689 reinterpret_cast<uintptr_t>(method) + sizeof(ArtMethod)); in operator ()()
706 class RegionSpecializedBase<ArtMethod> : public RegionCommon<ArtMethod> {
714 : RegionCommon<ArtMethod>(os, remote_contents, zygote_contents, boot_map, image_header), in RegionSpecializedBase()
717 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(&remote_contents[0]); in RegionSpecializedBase()
731 RegionCommon<ArtMethod>::image_header_.VisitPackedArtMethods(*visitor, base, pointer_size); in VisitEntries()
734 void VisitEntry(ArtMethod* method ATTRIBUTE_UNUSED) in VisitEntry()
[all …]
/art/test/163-app-image-methods/
Dinfo.txt1 Regression test for erroneously storing an ArtMethod* in the app image DexCache
/art/test/664-aget-verifier/
Daget-verifier.cc36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc30 extern "C" void artCompileOptimized(ArtMethod* method, Thread* self) in artCompileOptimized()
Dquick_entrypoints_list.h84 V(QuickGenericJniTrampoline, void, ArtMethod*) \
131 V(QuickImtConflictTrampoline, void, ArtMethod*) \
132 V(QuickResolutionTrampoline, void, ArtMethod*) \
133 V(QuickToInterpreterBridge, void, ArtMethod*) \
175 V(CompileOptimized, void, ArtMethod*, Thread*) \
/art/test/164-resolution-trampoline-dex-cache/
Dinfo.txt2 ArtMethod to a DexCache for a MethodId referencing a class missing from the
/art/compiler/dex/
Dinline_method_analyser.cc141 ArtMethod* GetTargetConstructor(ArtMethod* method, const Instruction* invoke_direct) in GetTargetConstructor()
150 ArtMethod* target_method = Runtime::Current()->GetClassLinker()->LookupResolvedMethod( in GetTargetConstructor()
210 bool RecordConstructorIPut(ArtMethod* method, in RecordConstructorIPut()
255 ArtMethod* method, in DoAnalyseConstructor()
312 ArtMethod* target_method = GetTargetConstructor(method, &instruction); in DoAnalyseConstructor()
370 ArtMethod* method, in AnalyseConstructor()
432 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode()
448 ArtMethod* method, in AnalyseMethodCode()
578 ArtMethod* method, in AnalyseIGetMethod()
642 ArtMethod* method, in AnalyseIPutMethod()
[all …]
/art/runtime/arch/arm/
Dfault_handler_arm.cc50 ArtMethod** out_method, in GetMethodAndReturnPcAndSp()
68 *out_method = reinterpret_cast<ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()
72 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()
/art/runtime/interpreter/
Dunstarted_runtime.cc308 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()
593 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()
976 return ArtMethod::PrettyMethod(shadow_frame->GetLink()->GetMethod()); in GetImmediateCaller()
987 std::string found_caller = ArtMethod::PrettyMethod(shadow_frame->GetLink()->GetMethod()); in CheckCallers()
1012 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()
1671 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, in UnstartedJNIVMRuntimeIs64Bit()
1680 ArtMethod* method ATTRIBUTE_UNUSED, in UnstartedJNIVMRuntimeNewUnpaddedArray()
1701 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, in UnstartedJNIVMStackGetCallingClassLoader()
1707 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver ATTRIBUTE_UNUSED, in UnstartedJNIVMStackGetStackClass2()
1717 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, in UnstartedJNIMathLog()
[all …]
/art/compiler/
Dexception_test.cc122 ArtMethod* method_f_;
123 ArtMethod* method_g_;
175 ArtMethod* save_method = r->CreateCalleeSaveMethod(); in TEST_F()
214 thread->SetTopOfStack(reinterpret_cast<ArtMethod**>(&fake_stack[0])); in TEST_F()
Dcommon_compiler_test.cc61 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable()
184 void CommonCompilerTest::CompileMethod(ArtMethod* method) { in CompileMethod()
237 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileDirectMethod()
252 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileVirtualMethod()
/art/compiler/optimizing/
Dsharpening.h34 ArtMethod* callee, CodeGenerator* codegen);
/art/runtime/mirror/
Dmethod_handle_impl.h80 ArtMethod* GetTargetMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethod()
81 return reinterpret_cast<ArtMethod*>( in GetTargetMethod()
/art/runtime/jit/
Djit-inl.h35 ArtMethod* method, in AddSamples()
/art/test/135-MirandaDispatch/
Dinfo.txt3 …ad was found to be of type interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/…
/art/dex2oat/linker/
Dimage_writer.h130 ArtMethod* GetImageMethodAddress(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
489 void CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy, size_t oat_index)
543 const uint8_t* GetQuickCode(ArtMethod* method, const ImageInfo& image_info)
547 bool WillMethodBeDirty(ArtMethod* m) const REQUIRES_SHARED(Locks::mutator_lock_);
550 void AssignMethodOffset(ArtMethod* method,
701 ArtMethod* image_methods_[ImageHeader::kImageMethodsCount];
/art/openjdkjvmti/
Dti_redefine.cc149 art::ArtMethod* FindObsoleteVersion(art::ArtMethod* original) const in FindObsoleteVersion()
153 art::ArtMethod* res = obsolete_methods_->GetElementPtrSize<art::ArtMethod*>( in FindObsoleteVersion()
162 void RecordObsolete(art::ArtMethod* original, art::ArtMethod* obsolete) in RecordObsolete()
169 obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(slot, art::kRuntimePointerSize)); in RecordObsolete()
184 while (obsolete_methods_->GetElementPtrSize<art::ArtMethod*>( in ObsoleteMap()
194 art::ArtMethod* old_method;
195 art::ArtMethod* obsolete_method;
208 art::ArtMethod* obsolete = map_->obsolete_methods_->GetElementPtrSize<art::ArtMethod*>( in operator *()
235 std::unordered_map<art::ArtMethod*, int32_t>::const_iterator iter) in ObsoleteMapIter() argument
239 std::unordered_map<art::ArtMethod*, int32_t>::const_iterator iter_;
[all …]
/art/test/543-env-long-ref/
Denv_long_ref.cc32 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_lookForMyRegisters()
/art/test/167-visit-locks/
Dvisit_locks.cc47 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
/art/runtime/jni/
Djava_vm_ext.h34 class ArtMethod; variable
93 bool ShouldTrace(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
121 void* FindCodeForNativeMethod(ArtMethod* m)

1234567891011