Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc582 const int local_count_with_synthetic = maybe_context->IsContext() in RUNTIME_FUNCTION() local
585 int local_count = local_count_with_synthetic; in RUNTIME_FUNCTION()
586 for (int slot = 0; slot < local_count_with_synthetic; ++slot) { in RUNTIME_FUNCTION()