Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.h124 int NumberOfContextSlots();
Dscopeinfo.cc410 int SerializedScopeInfo::NumberOfContextSlots() { in NumberOfContextSlots() function in v8::internal::SerializedScopeInfo
Dscopes.cc156 num_heap_slots_ = scope_info_->NumberOfContextSlots(); in Scope()
Druntime.cc7556 int length = function->shared()->scope_info()->NumberOfContextSlots(); in RUNTIME_FUNCTION()