OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentMethod
(Results
1 - 9
of
9
) sorted by null
/art/runtime/entrypoints/jni/
jni_entrypoints.cc
33
mirror::ArtMethod* method = self->
GetCurrentMethod
(NULL);
72
mirror::ArtMethod* jni_method = self->
GetCurrentMethod
(NULL);
/art/runtime/
monitor_android.cc
81
mirror::ArtMethod* m = self->
GetCurrentMethod
(&pc);
monitor.cc
136
locking_method_ = owner->
GetCurrentMethod
(&locking_dex_pc_);
246
locking_method_ = self->
GetCurrentMethod
(&locking_dex_pc_);
[
all
...]
thread.h
324
mirror::ArtMethod*
GetCurrentMethod
(uint32_t* dex_pc) const
check_jni.cc
43
mirror::ArtMethod* current_method = self->
GetCurrentMethod
(NULL);
409
traceMethod = self->
GetCurrentMethod
(NULL);
[
all
...]
thread.cc
871
mirror::ArtMethod* current_method = thread->
GetCurrentMethod
(NULL);
[
all
...]
jni_internal.cc
257
ArtMethod* method = soa.Self()->
GetCurrentMethod
(NULL);
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.h
310
mirror::ArtMethod* m = self->
GetCurrentMethod
(NULL);
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
317
mirror::ArtMethod* caller = thread->
GetCurrentMethod
(&dex_pc);
Completed in 269 milliseconds