Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2641 HeapObject compiled_data = shared_info.GetBytecodeArray(isolate()); in FlushBytecodeFromSFI() local
2642 Address compiled_data_start = compiled_data.address(); in FlushBytecodeFromSFI()
2643 int compiled_data_size = compiled_data.Size(); in FlushBytecodeFromSFI()
2656 compiled_data.set_map_after_allocation( in FlushBytecodeFromSFI()
2661 if (!heap()->IsLargeObject(compiled_data)) { in FlushBytecodeFromSFI()
2663 compiled_data.address() + UncompiledDataWithoutPreparseData::kSize, in FlushBytecodeFromSFI()
2669 UncompiledData uncompiled_data = UncompiledData::cast(compiled_data); in FlushBytecodeFromSFI()