OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:art_method
(Results
1 - 4
of
4
) sorted by null
/art/runtime/native/
java_lang_reflect_Constructor.cc
19
#include "mirror/
art_method
.h"
20
#include "mirror/
art_method
-inl.h"
39
jobject
art_method
= soa.Env()->GetObjectField(
local
42
mirror::ArtMethod* m = soa.Decode<mirror::Object*>(
art_method
)->AsArtMethod();
java_lang_reflect_Method.cc
19
#include "mirror/
art_method
.h"
20
#include "mirror/
art_method
-inl.h"
40
jobject
art_method
= soa.Env()->GetObjectField(
local
43
mirror::ArtMethod* proxy_method = soa.Decode<mirror::Object*>(
art_method
)->AsArtMethod();
/art/runtime/
Android.mk
80
mirror/
art_method
.cc \
jni_internal.cc
36
#include "mirror/
art_method
-inl.h"
659
jobject
art_method
= env->GetObjectField(java_method,
local
661
ArtMethod* method = soa.Decode<ArtMethod*>(
art_method
);
680
jobject
art_method
= soa.AddLocalReference<jobject>(m);
local
688
art_method
);
[
all
...]
Completed in 479 milliseconds