Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor.h35 (kMaxRegularHeapObjectSize - Context::kTodoHeaderSize) / kTaggedSize - 1;
Dbuiltins-constructor-gen.cc347 Context::kTodoHeaderSize); in FastNewFunctionContext()
380 TNode<IntPtrT> start_offset = IntPtrConstant(Context::kTodoHeaderSize); in FastNewFunctionContext()
/third_party/node/deps/v8/src/objects/
Dcontexts.h500 static const int kTodoHeaderSize = kPreviousOffset + kTaggedSize; variable
503 static const int kExtensionOffset = kTodoHeaderSize;
568 static const int kExtendedHeaderSize = kTodoHeaderSize + kExtensionSize;
/third_party/node/deps/v8/src/heap/
Dfactory.cc1149 DCHECK_LE(Context::kTodoHeaderSize, size); in NewContextInternal()
1161 if (size > Context::kTodoHeaderSize) { in NewContextInternal()
1162 ObjectSlot start = context.RawField(Context::kTodoHeaderSize); in NewContextInternal()