Searched refs:compiled_data (Results 1 – 1 of 1) sorted by relevance
2641 HeapObject compiled_data = shared_info.GetBytecodeArray(isolate()); in FlushBytecodeFromSFI() local2642 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()