Lines Matching refs:function_data
1524 i::Handle<i::WasmExportedFunctionData> function_data,
1528 if (function_data->c_wrapper_code() != *BUILTIN_CODE(isolate, Illegal)) {
1534 function_data->set_c_wrapper_code(*wrapper_code);
1536 function_data->set_packed_args_size(
1651 func->v8_object()->shared().function_data(v8::kAcquireLoad);
1660 i::Handle<i::WasmExportedFunctionData> function_data(
1662 i::Handle<i::WasmInstanceObject> instance(function_data->instance(), isolate);
1663 int function_index = function_data->function_index();
1667 PrepareFunctionData(isolate, function_data, sig, instance->module());
1668 i::Handle<i::CodeT> wrapper_code(function_data->c_wrapper_code(), isolate);
1669 i::Address call_target = function_data->internal().foreign_address();
1671 i::wasm::CWasmArgumentsPacker packer(function_data->packed_args_size());
1682 i::Object data = jsfunc.shared().function_data(v8::kAcquireLoad);