Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc397 Address embedded_blob_code_start = in GetShortBuiltinsCallRegion() local
399 if (embedded_blob_code_start == kNullAddress) { in GetShortBuiltinsCallRegion()
404 embedded_blob_code_start + CurrentEmbeddedBlobCodeSize(); in GetShortBuiltinsCallRegion()
407 Address region_end = embedded_blob_code_start + radius; in GetShortBuiltinsCallRegion()
408 if (region_end < embedded_blob_code_start) { in GetShortBuiltinsCallRegion()