HomeSort by relevance Sort by last modified time
    Searched refs:JniMethodStart (Results 1 - 6 of 6) sorted by null

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 33 extern uint32_t JniMethodStart(Thread* self) {
48 return JniMethodStart(self);
quick_entrypoints.h 54 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
quick_default_init_entrypoints.h 75 qpoints->pJniMethodStart = JniMethodStart;
quick_entrypoints_list.h 74 V(JniMethodStart, uint32_t, Thread*) \
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 152 qpoints->pJniMethodStart = JniMethodStart;

Completed in 311 milliseconds