HomeSort by relevance Sort by last modified time
    Searched full:interpreter_entrypoints_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 25 ThreadOffset(static_cast<uintptr_t>(OFFSETOF_MEMBER(Thread, interpreter_entrypoints_)) + \
  /art/runtime/
thread.cc 96 uintptr_t* begin = reinterpret_cast<uintptr_t*>(&interpreter_entrypoints_);
101 begin = reinterpret_cast<uintptr_t*>(&interpreter_entrypoints_);
107 InitEntryPoints(&interpreter_entrypoints_, &jni_entrypoints_, &portable_entrypoints_,
    [all...]
thread.h 806 InterpreterEntryPoints interpreter_entrypoints_; variable

Completed in 977 milliseconds