Home
last modified time | relevance | path

Searched refs:hostPort (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1178 mach_port_t hostPort = mach_host_self(); in getHostCPUName() local
1179 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
1181 mach_port_deallocate(mach_task_self(), hostPort); in getHostCPUName() local
1244 mach_port_t hostPort = mach_host_self(); in getHostCPUName() local
1245 host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&hostInfo, in getHostCPUName()
1247 mach_port_deallocate(mach_task_self(), hostPort); in getHostCPUName() local
/third_party/node/src/
H A Djs_native_api_v8.cc2053 auto hostPort = in OH_JSVM_OpenInspector() local
2055 env->inspector_agent()->Start(inspectorPath, hostPort, true, false); in OH_JSVM_OpenInspector()
5269 auto hostPort =
5271 env->inspector_agent()->Start(path, hostPort, true, false);

Completed in 9 milliseconds