/art/libnativeloader/ |
D | native_loader.cpp | 95 auto ns = g_namespaces->Create(env, target_sdk_version, class_loader, is_shared, dex_path, in CreateClassLoaderNamespace() local 135 NativeLoaderNamespace* ns; in OpenNativeLibrary() local 224 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace() 241 NativeLoaderNamespace* ns = g_namespaces->FindNamespaceByClassLoader(env, class_loader); in FindNamespaceByClassLoader() local
|
D | native_loader_test.cpp | 91 #define TO_MOCK_NAMESPACE(ns) reinterpret_cast<Platform::mock_namespace_handle>(ns) argument 214 struct native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt() 437 struct android_namespace_t* ns = in RunTest() local 443 struct NativeLoaderNamespace* ns = in RunTest() local 578 struct android_namespace_t* ns = in TEST_P() local 584 struct NativeLoaderNamespace* ns = FindNativeLoaderNamespaceByClassLoader( in TEST_P() local
|
D | native_loader_namespace.cpp | 70 auto ns = GetExportedNamespace(kSystemNamespaceName, is_bridged); in GetSystemNamespace() local
|
D | native_loader_lazy.cpp | 89 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
|
D | library_namespaces.cpp | 348 NativeLoaderNamespace* ns; in FindParentNamespaceByClassLoader() local
|
/art/libartbase/base/ |
D | time_utils.h | 72 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs()
|
D | time_utils.cc | 210 void NanoSleep(uint64_t ns) { in NanoSleep() 217 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
/art/test/1919-vminit-thread-start-timing/src/art/ |
D | Test1919.java | 52 String[] ns = getEventNames(); in getEvents() local
|
/art/tools/ |
D | generate_operator_out.py | 44 def __init__(self, ns, ec): argument
|
/art/runtime/native/ |
D | java_lang_Object.cc | 46 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
|
D | java_lang_Thread.cc | 188 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
|
/art/libnativebridge/ |
D | native_bridge_lazy.cc | 160 struct native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt()
|
D | native_bridge.cc | 649 void* NativeBridgeLoadLibraryExt(const char* libpath, int flag, native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt()
|
/art/runtime/base/ |
D | mutex.cc | 756 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() 1029 bool ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
|
/art/runtime/ |
D | monitor.cc | 823 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() 1286 int32_t ns, in Wait()
|
/art/runtime/mirror/ |
D | object-inl.h | 102 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 832 art::ScopedAssertNoThreadSuspension ns("No thread suspension during thread stack walking"); in FindAndAllocateObsoleteMethods() local
|