Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.h130 class UncompiledDataWithoutPreparseData
132 UncompiledDataWithoutPreparseData, UncompiledData> {
136 TQ_OBJECT_CONSTRUCTORS(UncompiledDataWithoutPreparseData)
156 UncompiledDataWithoutPreparseData> {
Dshared-function-info.tq122 extern class UncompiledDataWithoutPreparseData extends UncompiledData {
136 UncompiledDataWithoutPreparseData {
Dshared-function-info-inl.h94 TQ_OBJECT_CONSTRUCTORS_IMPL(UncompiledDataWithoutPreparseData) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
830 STATIC_ASSERT(UncompiledDataWithoutPreparseData::kSize < in ClearPreparseData()
832 STATIC_ASSERT(UncompiledDataWithoutPreparseData::kSize == in ClearPreparseData()
839 data.address() + UncompiledDataWithoutPreparseData::kSize, in ClearPreparseData()
841 UncompiledDataWithoutPreparseData::kSize, in ClearPreparseData()
Dobject-list-macros.h239 V(UncompiledDataWithoutPreparseData) \
Dobjects.cc2007 UncompiledDataWithoutPreparseData data = in HeapObjectShortPrint()
2008 UncompiledDataWithoutPreparseData::cast(*this); in HeapObjectShortPrint()
/third_party/node/deps/v8/src/heap/
Dfactory-base.h33 class UncompiledDataWithoutPreparseData; variable
177 Handle<UncompiledDataWithoutPreparseData> in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc368 Handle<UncompiledDataWithoutPreparseData>
Dmark-compact.cc2638 UncompiledDataWithoutPreparseData::kSize); in FlushBytecodeFromSFI()
2663 compiled_data.address() + UncompiledDataWithoutPreparseData::kSize, in FlushBytecodeFromSFI()
2664 compiled_data_size - UncompiledDataWithoutPreparseData::kSize, in FlushBytecodeFromSFI()