OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodHandleImpl
(Results
1 - 10
of
10
) sorted by null
/art/runtime/mirror/
method_handle_impl.cc
34
mirror::Class* klass =
MethodHandleImpl
::StaticClass()->GetSuperClass();
51
GcRoot<mirror::Class>
MethodHandleImpl
::static_class_;
53
mirror::Class*
MethodHandleImpl
::StaticClass() {
57
void
MethodHandleImpl
::SetClass(Class* klass) {
63
void
MethodHandleImpl
::ResetClass() {
68
void
MethodHandleImpl
::VisitRoots(RootVisitor* visitor) {
72
mirror::
MethodHandleImpl
*
MethodHandleImpl
::Create(Thread* const self,
78
Handle<mirror::
MethodHandleImpl
> mh(
79
hs.NewHandle(ObjPtr<
MethodHandleImpl
>::DownCast(StaticClass()->AllocObject(self))))
[
all
...]
method_handle_impl.h
124
// C++ mirror of java.lang.invoke.
MethodHandleImpl
125
class MANAGED
MethodHandleImpl
: public MethodHandle {
127
static mirror::
MethodHandleImpl
* Create(Thread* const self,
141
return MemberOffset(OFFSETOF_MEMBER(
MethodHandleImpl
, info_));
145
static GcRoot<mirror::Class> static_class_; // java.lang.invoke.
MethodHandleImpl
.class
148
DISALLOW_IMPLICIT_CONSTRUCTORS(
MethodHandleImpl
);
/art/runtime/native/
java_lang_invoke_MethodHandleImpl.cc
36
Handle<mirror::
MethodHandleImpl
> handle = hs.NewHandle(
37
soa.Decode<mirror::
MethodHandleImpl
>(thiz));
72
NATIVE_METHOD(
MethodHandleImpl
, getMemberInternal, "()Ljava/lang/reflect/Member;"),
76
REGISTER_NATIVE_METHODS("java/lang/invoke/
MethodHandleImpl
");
/art/test/954-invoke-polymorphic-verifier/smali/
Subclass.smali
25
# Get a
MethodHandleImpl
instance (subclass of MethodHandle).
26
invoke-static {}, LSubclass;->getMethodHandleSubclassInstance()Ljava/lang/invoke/
MethodHandleImpl
;
30
# Calling MethodHandle.invoke() on
MethodHandleImpl
instance (subclass of MethodHandle) => Okay
32
# Calling
MethodHandleImpl
.invoke() rather than MethodHandle.invoke() [ declaring class is okay ] => Okay
33
invoke-polymorphic {v0, v1, v2}, Ljava/lang/invoke/
MethodHandleImpl
;->invoke([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
41
.method public static getMethodHandleSubclassInstance()Ljava/lang/invoke/
MethodHandleImpl
;
/libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandleImpl.java
34
public class
MethodHandleImpl
extends MethodHandle implements Cloneable {
37
MethodHandleImpl
(long artFieldOrMethod, int handleKind, MethodType type) {
MethodHandles.java
56
// Android-changed: We do not use MemberName /
MethodHandleImpl
.
59
// static {
MethodHandleImpl
.initStatics(); }
140
MethodHandleImpl
directTarget = getMethodHandleImpl(target);
[
all
...]
/art/runtime/
class_linker_test.cc
[
all
...]
class_linker.cc
733
// Create java.lang.invoke.
MethodHandleImpl
.class root
734
class_root = FindSystemClass(self, "Ljava/lang/invoke/
MethodHandleImpl
;");
737
mirror::
MethodHandleImpl
::SetClass(class_root);
[
all
...]
runtime.cc
[
all
...]
/frameworks/base/config/
preloaded-classes
[
all
...]
Completed in 1587 milliseconds