Searched refs:GetTarget (Results 1 – 5 of 5) sorted by relevance
27 inline ObjPtr<MethodHandle> CallSite::GetTarget() { in GetTarget() function
35 ObjPtr<MethodHandle> GetTarget() REQUIRES_SHARED(Locks::mutator_lock_);
1106 ObjPtr<mirror::MethodHandle> target = call_site->GetTarget(); in InvokeBootstrapMethod()1168 Handle<mirror::MethodHandle> target = hs.NewHandle(call_site->GetTarget()); in DoInvokeCustom()
2037 uint32_t GetTarget() const;
6864 uint32_t Riscv64Assembler::Branch::GetTarget() const { return target_; } in GetTarget() function in art::riscv64::Riscv64Assembler::Branch7453 uint32_t target = branch.GetTarget(); in PromoteBranches()