Home
last modified time | relevance | path

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

1...<<11

/art/openjdkjvmti/
Devents-inl.h368 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
Dti_heap.cc1010 art::ArtMethod* method = thread->GetCurrentMethod(nullptr, in GetReferenceKind()
1047 art::ArtMethod* method = visitor->GetMethod(); in GetReferenceKind()
/art/compiler/optimizing/
Dcode_generator_arm64.cc1136 __ Ldrh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
1140 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
4312 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in VisitInvokeInterface()
4410 ArtMethod* method ATTRIBUTE_UNUSED) { in GetSupportedInvokeStaticOrDirectDispatch()
4503 call_code_pointer_member(ArtMethod::EntryPointFromJniOffset(kArm64PointerSize)); in GenerateStaticOrDirectCall()
4534 call_code_pointer_member(ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize)); in GenerateStaticOrDirectCall()
4553 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in GenerateVirtualCall()
4909 Offset offset(ArtMethod::EntryPointFromQuickCompiledCodeOffset( in EmitThunkCode()
5074 ArtMethod::DeclaringClassOffset().Int32Value(), in VisitLoadClass()
Dgraph_visualizer.cc460 ArtMethod* method = invoke->GetResolvedMethod(); in VisitInvoke()
Dcode_generator.h681 ArtMethod* method) = 0;
Dcode_generator_x86_64.cc994 ArtMethod* method ATTRIBUTE_UNUSED) { in GetSupportedInvokeStaticOrDirectDispatch()
1055 ArtMethod::EntryPointFromJniOffset(kX86_64PointerSize).SizeValue())); in GenerateStaticOrDirectCall()
1089 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
1129 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
1410 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1411 Immediate(ArtMethod::MaxCounter())); in MaybeIncrementHotness()
1413 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
2753 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize).SizeValue())); in VisitInvokeInterface()
6172 Address(current_method, ArtMethod::DeclaringClassOffset().Int32Value()), in VisitLoadClass()
Dcode_generator_arm_vixl.h581 ArtMethod* method) override;
Dcode_generator_arm_vixl.cc2088 static_assert(ArtMethod::MaxCounter() == 0xFFFF, "asm is probably wrong"); in MaybeIncrementHotness()
2095 __ Ldrh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
2099 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
3497 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize).Int32Value(); in VisitInvokeInterface()
7374 ArtMethod::DeclaringClassOffset().Int32Value(), in VisitLoadClass()
9031 ArtMethod* method) { in GetSupportedInvokeStaticOrDirectDispatch()
9137 call_code_pointer_member(ArtMethod::EntryPointFromJniOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()
9164 call_code_pointer_member(ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()
9206 uint32_t entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
9460 MemberOffset offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); in EmitThunkCode()
Dcode_generator_x86.cc1087 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1088 Immediate(ArtMethod::MaxCounter())); in MaybeIncrementHotness()
1090 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
2479 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in VisitInvokeInterface()
4982 ArtMethod* method ATTRIBUTE_UNUSED) { in GetSupportedInvokeStaticOrDirectDispatch()
5072 ArtMethod::EntryPointFromJniOffset(kX86PointerSize).Int32Value())); in GenerateStaticOrDirectCall()
5117 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
5157 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in GenerateVirtualCall()
6838 Address(current_method, ArtMethod::DeclaringClassOffset().Int32Value()), in VisitLoadClass()
Dcode_generator_arm64.h689 ArtMethod* method) override;
Dnodes.cc2919 ArtMethod* caller = GetEnvironment()->GetMethod(); in GetDexFileForPcRelativeDexCache()
3161 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod()
Dcode_generator.cc925 ArtMethod* method = invoke->GetResolvedMethod(); in GetBootImageOffset()
Dinstruction_simplifier.cc2276 ArtMethod* method = nullptr; in SimplifySystemArrayCopy()
/art/runtime/jit/
Dprofile_saver.cc383 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in SampleClassesAndExecutedMethods()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc741 for (ArtMethod& m : klass->GetMethods(kRuntimePointerSize)) { in operator ()()
/art/dex2oat/linker/
Doat_writer_test.cc61 void CheckMethod(ArtMethod* method, in CheckMethod()
/art/runtime/mirror/
Dobject.h35 class ArtMethod; variable
/art/dex2oat/
Dverifier_deps_test.cc157 ArtMethod* resolved_method = in VerifyMethod()
Ddex2oat.cc742 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()
/art/runtime/hprof/
Dhprof.cc701 ArtMethod* method = frame->GetMethod(); in WriteStackTraces()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2925 ArtMethod* method = gc_root_source->GetArtMethod(); in AssertToSpaceInvariant()
2927 << ArtMethod::PrettyMethod(method); in AssertToSpaceInvariant()
/art/runtime/jni/
Djni_internal_test.cc628 ArtMethod* method = c->FindClassMethod(method_name, method_sig, pointer_size); in SetUpForTest()

1...<<11