Home
last modified time | relevance | path

Searched refs:ContextLength (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dscope-info.cc285 var_index == scope_info->ContextLength() - 1); in Create()
321 DCHECK_EQ(scope->num_heap_slots(), scope_info->ContextLength()); in Create()
366 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, scope_info->ContextLength()); in CreateForWithScope()
464 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()
466 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateForBootstrapping()
511 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo
602 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()
778 DCHECK_LT(result, scope_info->ContextLength()); in ContextSlotIndex()
794 DCHECK_LT(result, scope_info->ContextLength()); in ContextSlotIndex()
H A Dscope-info.h69 int ContextLength() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dscope-info.cc341 var_index == scope_info.ContextLength() - 1); in Create()
378 DCHECK_EQ(scope->num_heap_slots(), scope_info_handle->ContextLength()); in Create()
435 DCHECK_EQ(scope_info->ContextHeaderLength(), scope_info->ContextLength()); in CreateForWithScope()
545 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()
547 DCHECK_EQ(scope_info->ContextLength(), in CreateForBootstrapping()
617 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo
748 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()
914 DCHECK_LT(result, scope_info.ContextLength()); in ContextSlotIndex()
H A Dscope-info.h68 int ContextLength() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dscope-info.cc341 var_index == scope_info.ContextLength() - 1); in Create()
378 DCHECK_EQ(scope->num_heap_slots(), scope_info_handle->ContextLength()); in Create()
435 DCHECK_EQ(scope_info->ContextHeaderLength(), scope_info->ContextLength()); in CreateForWithScope()
545 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()
547 DCHECK_EQ(scope_info->ContextLength(), in CreateForBootstrapping()
617 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo
748 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()
914 DCHECK_LT(result, scope_info.ContextLength()); in ContextSlotIndex()
H A Dscope-info.h68 int ContextLength() const;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dscope-info.cc364 var_index == scope_info.ContextLength() - 1); in Create()
400 DCHECK_EQ(scope->num_heap_slots(), scope_info_handle->ContextLength()); in Create()
457 DCHECK_EQ(scope_info->ContextHeaderLength(), scope_info->ContextLength()); in CreateForWithScope()
567 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()
569 DCHECK_EQ(scope_info->ContextLength(), in CreateForBootstrapping()
686 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo
805 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()
952 DCHECK_LT(result, scope_info.ContextLength()); in ContextSlotIndex()
H A Dscope-info.h79 int ContextLength() const;
/dports/net/radvd/radvd-2.19/
H A Dradvd.h204 uint8_t ContextLength; member
H A Dgram.y813 lowpanco->ContextLength = $2;
H A Dsend.c626 co.nd_opt_6co_context_len = lowpanco->ContextLength; in add_ra_option_lowpanco()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
H A Dmod.rs1001 pub ContextLength: u32, field
1011 …ield("ThreadsCaptured", &self.ThreadsCaptured).field("ContextLength", &self.ContextLength).finish() in fmt()
1016 self.ThreadsCaptured == other.ThreadsCaptured && self.ContextLength == other.ContextLength in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
H A Dmod.rs380 pub ContextLength: u32, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dheap-refs.h769 int ContextLength() const;
H A Djs-heap-broker.cc1740 context_length_(object->ContextLength()), in ScopeInfoData()
3643 int ScopeInfoRef::ContextLength() const { in ContextLength() function in v8::internal::compiler::ScopeInfoRef
3644 IF_ACCESS_FROM_HEAP_C(ScopeInfo, ContextLength); in ContextLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h777 int ContextLength() const;
H A Djs-heap-broker.cc1746 int ContextLength() const { return context_length_; } in ContextLength() function in v8::internal::compiler::ScopeInfoData
1765 context_length_(object->ContextLength()), in ScopeInfoData()
3592 BIMODAL_ACCESSOR_C(ScopeInfo, int, ContextLength) in BIMODAL_ACCESSOR()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.h880 int ContextLength() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.cc1060 int variadic_part_length = scope_info->ContextLength(); in NewScriptContext()
1083 int variadic_part_length = scope_info->ContextLength(); in NewModuleContext()
1107 int variadic_part_length = scope_info->ContextLength(); in NewFunctionContext()
1175 int variadic_part_length = scope_info->ContextLength(); in NewBlockContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.cc1073 int variadic_part_length = scope_info->ContextLength(); in NewScriptContext()
1096 int variadic_part_length = scope_info->ContextLength(); in NewModuleContext()
1120 int variadic_part_length = scope_info->ContextLength(); in NewFunctionContext()
1188 int variadic_part_length = scope_info->ContextLength(); in NewBlockContext()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dsmb2pdu.h1013 __le32 ContextLength; /* MBZ */ member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dsmb2pdu.h1013 __le32 ContextLength; /* MBZ */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dsmb2pdu.h1013 __le32 ContextLength; /* MBZ */ member
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.cc1207 int variadic_part_length = scope_info->ContextLength(); in NewScriptContext()
1231 int variadic_part_length = scope_info->ContextLength(); in NewModuleContext()
1256 int variadic_part_length = scope_info->ContextLength(); in NewFunctionContext()
1330 int variadic_part_length = scope_info->ContextLength(); in NewBlockContext()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.cc1360 Heap::kScriptContextMapRootIndex, scope_info->ContextLength(), TENURED); in NewScriptContext()
1383 Heap::kModuleContextMapRootIndex, scope_info->ContextLength(), TENURED); in NewModuleContext()
1394 int length = scope_info->ContextLength(); in NewFunctionContext()
1466 Heap::kBlockContextMapRootIndex, scope_info->ContextLength()); in NewBlockContext()

1234567891011