Home
last modified time | relevance | path

Searched refs:ArtMethod (Results 226 – 250 of 272) sorted by relevance

1234567891011

/art/dex2oat/linker/
Doat_writer.cc1548 for (ArtMethod& method : klass->GetCopiedMethods(pointer_size_)) { in StartClass()
1553 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass()
1594 ArtMethod* resolved_method; in VisitMethod()
1638 for (std::pair<ArtMethod*, ArtMethod*>& p : methods_to_process_) { in Postprocess()
1639 ArtMethod* method = p.first; in Postprocess()
1640 ArtMethod* origin = p.second; in Postprocess()
1654 std::vector<std::pair<ArtMethod*, ArtMethod*>> methods_to_process_;
1912 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod()
1918 ArtMethod* method = in GetTargetMethod()
1928 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
[all …]
/art/openjdkjvmti/
Dart_jvmti.h57 class ArtMethod; variable
/art/compiler/optimizing/
Dinstruction_builder.cc414 void HInstructionBuilder::BuildIntrinsic(ArtMethod* method) { in BuildIntrinsic()
831 static ArtMethod* ResolveMethod(uint16_t method_idx, in ResolveMethod()
832 ArtMethod* referrer, in ResolveMethod()
842 ArtMethod* resolved_method = in ResolveMethod()
888 ArtMethod* actual_method; in ResolveMethod()
966 ArtMethod* resolved_method = ResolveMethod(method_idx, in BuildInvoke()
1085 DCHECK_EQ(1 + ArtMethod::NumArgRegisters(shorty), operands.GetNumberOfOperands()); in BuildInvokePolymorphic()
1093 ArtMethod* resolved_method = ResolveMethod(method_idx, in BuildInvokePolymorphic()
1270 ArtMethod* clinit = klass->FindClassInitializer(pointer_size); in HasTrivialClinit()
1445 ArtMethod* resolved_method, in ProcessClinitCheckForInvoke()
[all …]
Dstack_map_test.cc110 ArtMethod art_method; in TEST()
304 ArtMethod art_method; in TEST()
518 ArtMethod art_method; in TEST()
Dstack_map_stream.cc181 void StackMapStream::BeginInlineInfoEntry(ArtMethod* method, in BeginInlineInfoEntry()
Dnodes.h653 ArenaSet<ArtMethod*>& GetCHASingleImplementationList() { in GetCHASingleImplementationList()
657 void AddCHASingleImplementationDependency(ArtMethod* method) { in AddCHASingleImplementationDependency()
680 ArtMethod* GetArtMethod() const { return art_method_; } in GetArtMethod()
681 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod()
839 ArtMethod* art_method_;
848 ArenaSet<ArtMethod*> cha_single_implementation_list_;
1984 ArtMethod* method, in HEnvironment()
2060 ArtMethod* GetMethod() const { in GetMethod()
2077 ArtMethod* method_;
4423 ArtMethod* GetResolvedMethod() const { return resolved_method_; } in GetResolvedMethod()
[all …]
Dreference_type_propagation.cc524 ArtMethod* method = cl->ResolveMethod<ClassLinker::ResolveMode::kNoChecks>( in SetClassAsTypeInfo()
874 ArtMethod* method = instr->GetResolvedMethod(); in VisitInvoke()
Dcode_generator_x86.h451 ArtMethod* method) override;
Dcode_generator_x86_64.h453 ArtMethod* method) override;
/art/runtime/
Dart_field.h237 ALWAYS_INLINE inline bool CanBeChangedBy(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Doat_file.h362 ArrayRef<ArtMethod*> GetBssMethods() const;
Dreference_table_test.cc64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
Dart_field-inl.h47 inline bool ArtField::CanBeChangedBy(ArtMethod* method) { in CanBeChangedBy()
Dcommon_runtime_test.cc385 for (ArtMethod& method : klass->GetMethods(pointer_size)) { in MakeInterpreted()
/art/runtime/mirror/
Ddex_cache-inl.h279 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size) { in GetResolvedMethod()
286 ArtMethod* method, in SetResolvedMethod()
Ddex_cache.cc201 ArtMethod* new_val = visitor->VisitMethod( in VisitReflectiveTargets()
/art/runtime/verifier/
Dverifier_deps.cc148 ArtMethod* method) { in GetMethodDeclaringClassStringId()
334 ArtMethod* method) { in AddMethodResolution()
561 ArtMethod* method) { in MaybeRecordMethodResolution()
1176 ArtMethod* method = nullptr; in VerifyMethods()
/art/compiler/debug/
Delf_debug_info_writer.h481 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>)); in WriteLinkageName()
482 methods_ptr = new (storage) LengthPrefixedArray<ArtMethod>(0); in WriteLinkageName()
/art/compiler/jni/quick/
Djni_compiler.cc268 ArtMethod::DeclaringClassOffset(), in ArtJniCompileMethodInternal()
522 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/runtime/jni/
Djni_internal.cc112 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetObjectField()
139 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetPrimitiveField()
163 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifyGetField()
230 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader()
314 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa, in FindMethodJNI()
323 ArtMethod* method = nullptr; in FindMethodJNI()
468 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod()
513 return jni::EncodeArtMethod<kEnableIndexIds>(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
531 ArtMethod* m = jni::DecodeArtMethod(mid); in ToReflectedMethod()
2369 ArtMethod* m = nullptr; in RegisterNatives()
/art/runtime/gc/space/
Dimage_space.cc497 ArtMethod** method_entry = reinterpret_cast<ArtMethod**>( in VisitPointerArray()
1532 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace()
2750 static void** PointerAddress(ArtMethod* method, MemberOffset offset) { in PointerAddress()
2872 image_header.VisitPackedArtMethods([&](ArtMethod& method) in DoRelocateSpaces()
2875 void** data_address = PointerAddress(&method, ArtMethod::DataOffset(kPointerSize)); in DoRelocateSpaces()
2878 PointerAddress(&method, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kPointerSize)); in DoRelocateSpaces()
2881 auto method_table_visitor = [&](ArtMethod* method) { in DoRelocateSpaces()
2965 ArtMethod* unpatched_method = as_executable->GetArtMethod<kVerifyNone>(); in DoRelocateSpaces()
2966 ArtMethod* patched_method = main_relocate_visitor(unpatched_method); in DoRelocateSpaces()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc471 ArtMethod* resolved_method = in CompileInvokeVirtual()
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc424 ArtMethod* const called_method, in MterpHandleIntrinsic()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S86 str r0, [sp, #0] @ Store ArtMethod* to bottom of stack.
2691 ldr r0, [sp, FRAME_SIZE_SAVE_EVERYTHING] @ pass ArtMethod
2693 bl artCompileOptimized @ (ArtMethod*, Thread*)
/art/compiler/jni/
Djni_compiler_test.cc255 ArtMethod* method = c->FindClassMethod(method_name, method_sig, pointer_size); in CompileForTest()
2183 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl()
2205 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl()
2234 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()

1234567891011