Home
last modified time | relevance | path

Searched refs:CurrentEmbeddedBlobIsBinaryEmbedded (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/utils/
Dmemcopy.cc38 if (Isolate::CurrentEmbeddedBlobIsBinaryEmbedded()) { in init_memcopy_functions()
44 if (Isolate::CurrentEmbeddedBlobIsBinaryEmbedded()) { in init_memcopy_functions()
50 if (Isolate::CurrentEmbeddedBlobIsBinaryEmbedded()) { in init_memcopy_functions()
/external/v8/src/execution/
Disolate.h1452 static bool CurrentEmbeddedBlobIsBinaryEmbedded();
Disolate.cc264 bool Isolate::CurrentEmbeddedBlobIsBinaryEmbedded() { in CurrentEmbeddedBlobIsBinaryEmbedded() function in v8::internal::Isolate