Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h59 Isolate::CurrentEmbeddedBlobData(), in FromBlob()
72 Isolate::CurrentEmbeddedBlobData(), in FromBlob()
/third_party/node/deps/v8/src/execution/
Disolate.cc260 CHECK_EQ(StickyEmbeddedBlobData(), Isolate::CurrentEmbeddedBlobData()); in FreeCurrentEmbeddedBlob()
265 const_cast<uint8_t*>(Isolate::CurrentEmbeddedBlobData()), in FreeCurrentEmbeddedBlob()
331 CHECK_EQ(embedded_blob_data_, CurrentEmbeddedBlobData()); in ClearEmbeddedBlob()
372 const uint8_t* Isolate::CurrentEmbeddedBlobData() { in CurrentEmbeddedBlobData() function in v8::internal::Isolate
3726 CHECK_EQ(CurrentEmbeddedBlobData(), StickyEmbeddedBlobData()); in ThrowInternal()
3781 CHECK_EQ(CurrentEmbeddedBlobData(), StickyEmbeddedBlobData()); in ThrowInternal()
3790 const_cast<uint8_t*>(CurrentEmbeddedBlobData()), in ThrowInternal()
Disolate.h1692 static const uint8_t* CurrentEmbeddedBlobData();