Searched refs:DoExchange (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-atomics.cc | 247 inline Object* DoExchange(Isolate* isolate, void* buffer, size_t index, in DoExchange() function 559 return DoExchange<ctype>(isolate, source, index, value); in RUNTIME_FUNCTION()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1753 static bool DoExchange(bssl::UniquePtr<SSL_SESSION> *out_session, SSL *ssl, 1987 bool ret = DoExchange(out_session, ssl.get(), config, is_resume, false); in DoConnection() 2021 ret = DoExchange(out_session, ssl.get(), retry_config, is_resume, true); in DoConnection() 2026 static bool DoExchange(bssl::UniquePtr<SSL_SESSION> *out_session, SSL *ssl, in DoExchange() function
|