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

  /art/runtime/
entrypoints_order_test.cc 119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_functions, interpreter_entrypoints,
thread.h 31 #include "entrypoints/interpreter/interpreter_entrypoints.h"
534 OFFSETOF_MEMBER(tls_ptr_sized_values, interpreter_entrypoints) + interp_entrypoint_offset);
1124 InterpreterEntryPoints interpreter_entrypoints; variable
    [all...]
Android.mk 173 entrypoints/interpreter/interpreter_entrypoints.cc \
thread.cc 96 uintptr_t* begin = reinterpret_cast<uintptr_t*>(&tlsPtr_.interpreter_entrypoints);
102 InitEntryPoints(&tlsPtr_.interpreter_entrypoints, &tlsPtr_.jni_entrypoints,
    [all...]

Completed in 403 milliseconds