Home
last modified time | relevance | path

Searched refs:CurrentEmbeddedBlobCodeSize (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h58 Isolate::CurrentEmbeddedBlobCodeSize(), in FromBlob()
71 Isolate::CurrentEmbeddedBlobCodeSize(), in FromBlob()
/third_party/node/deps/v8/src/execution/
Disolate.cc264 Isolate::CurrentEmbeddedBlobCodeSize(), in FreeCurrentEmbeddedBlob()
367 uint32_t Isolate::CurrentEmbeddedBlobCodeSize() { in CurrentEmbeddedBlobCodeSize() function in v8::internal::Isolate
396 DCHECK_LT(CurrentEmbeddedBlobCodeSize(), radius); in GetShortBuiltinsCallRegion()
404 embedded_blob_code_start + CurrentEmbeddedBlobCodeSize(); in GetShortBuiltinsCallRegion()
Disolate.h1691 static uint32_t CurrentEmbeddedBlobCodeSize();
/third_party/node/deps/v8/src/objects/
Dcode-inl.h851 Address end = start + Isolate::CurrentEmbeddedBlobCodeSize(); in GetCodeFromTargetAddress()
/third_party/node/deps/v8/src/heap/
Dheap.cc7262 reinterpret_cast<void*>(Isolate::CurrentEmbeddedBlobCodeSize()), in GcSafeFindCodeForInnerPointer()