Home
last modified time | relevance | path

Searched refs:GetHeaderSize (Results 1 - 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp195 unsigned GetHeaderSize() const { return 5 + 8 + (_lzma86 ? 1 : 0); } in GetHeaderSize() function
345 const unsigned headerSize = GetHeaderSize();
507 const UInt32 headerSize = GetHeaderSize();
/third_party/node/deps/v8/src/objects/
H A Djs-function.h298 static int GetHeaderSize(bool function_has_prototype_slot) { in GetHeaderSize() function in v8::internal::JSFunction
H A Djs-objects-inl.h267 int JSObject::GetHeaderSize(Map map) { in GetHeaderSize() function in v8::internal::JSObject
274 : GetHeaderSize(instance_type, map.has_prototype_slot()); in GetHeaderSize()
280 return GetHeaderSize(map); in GetEmbedderFieldsStartOffset()
H A Djs-objects.h606 static V8_EXPORT_PRIVATE int GetHeaderSize(
608 static inline int GetHeaderSize(Map map);
H A Dobjects-body-descriptors-inl.h87 int header_end_offset = JSObject::GetHeaderSize(map); in IterateJSObjectBodyImpl()
352 int header_size = JSFunction::GetHeaderSize(map.has_prototype_slot()); in IterateBody()
H A Djs-function.cc1309 int header_size = JSObject::GetHeaderSize(instance_type, has_prototype_slot); in CalculateInstanceSizeHelper()
H A Djs-objects.cc2351 int JSObject::GetHeaderSize(InstanceType type, in GetHeaderSize() function in v8::internal::JSObject
2391 return JSFunction::GetHeaderSize(function_has_prototype_slot); in GetHeaderSize()
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc257 DCHECK_GE(used_size, JSObject::GetHeaderSize(map)); in VisitJSObjectSubclass()
H A Dfactory.cc3989 function, *map, JSFunction::GetHeaderSize(map->has_prototype_slot())); in BuildRaw()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc725 int instance_size = JSObject::GetHeaderSize(type) + in CreateApiFunction()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc533 int header_end_offset = JSObject::GetHeaderSize(*this); in MapVerify()

Completed in 31 milliseconds