Lines Matching refs:function_data
190 Object function_data = function->function_data(kAcquireLoad);
191 if (function_data.IsUncompiledDataWithPreparseDataAndJob()) {
193 UncompiledDataWithPreparseDataAndJob::cast(function_data).job());
194 } else if (function_data.IsUncompiledDataWithoutPreparseDataWithJob()) {
196 UncompiledDataWithoutPreparseDataWithJob::cast(function_data).job());
376 Object function_data = shared->function_data(kAcquireLoad);
377 if (function_data.IsUncompiledDataWithPreparseDataAndJob()) {
379 UncompiledDataWithPreparseDataAndJob::cast(function_data).job());
380 } else if (function_data.IsUncompiledDataWithoutPreparseDataWithJob()) {
382 UncompiledDataWithoutPreparseDataWithJob::cast(function_data).job());